Html Css Color HEX #874062 Cosmic

📋 copy color: '#874062'

red 135 ◦ green 64 ◦ blue 98

#874062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #874062

Tints of Cosmic #874062

RGB

 RED value IS 135 (53.13% from 255) = 45.45%

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 98 (38.67% from 255) = 33%

R = 45.45%
G = 21.55%
B = 33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#874062 (or 0x874062) is known color: Cosmic. HEX triplet: 87, 40 and 62. RGB value is (135,64,98). Sum of RGB (Red+Green+Blue) = 135+64+98=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #874062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874062 is #78BF9D. Grayscale: #595959. Windows color (decimal): -7913374 or 6439047. OLE color: 6439047.

HSL color Cylindrical-coordinate representation of color #874062: hue angle of 331.27º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874062 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 98 -
CMYK 0 0.53 0.27 0.47
HSL 331.27º 0.36% 0.39% -
HSV(B) 331.27º 0.53% 0.53% -
XYZ 14.03 9.7 12.69 -
YUV 89.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 135 64 98 0 0.53 0.27 0.47 331.27 0.36 0.39
Hex 87 40 62 0 35 1B 2F 14B 24 27
Octal 207 100 142 0 65 33 57 513 44 47
Binary 10000111 1000000 1100010 0 110101 11011 101111 101001011 100100 100111

Color Harmonies of #874062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874062

Black with #874062

Text Example


Text Example

White with #874062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874062; }

 p { color: rgb(135,64,98); }

 H1.HeaderClassName
 {
   color: #874062;
 }
 .AnyTagClassName
 {
   color: #874062;
 }
</style>

background-color css

<style>
 a { background-color: #874062; }

 a { background-color: rgb(135,64,98); }

 div.DivClassName
 {
   background-color: #874062;
 }
 .BgClassName
 {
   background-color: #874062;
 }
</style>

border-color css

<style>
 span { border-color: #874062; }

 span { border-color: rgb(135,64,98); }

 td.TdClassName
 {
   border-color: #874062;
 }
 .TagClassName
 {
   border-color: #874062;
 }
</style>