Html Css Color HEX #874464 Cosmic

📋 copy color: '#874464'

red 135 ◦ green 68 ◦ blue 100

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

Shades of Cosmic #874464

Tints of Cosmic #874464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 44.55%
G = 22.44%
B = 33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#874464 (or 0x874464) is known color: Cosmic. HEX triplet: 87, 44 and 64. RGB value is (135,68,100). Sum of RGB (Red+Green+Blue) = 135+68+100=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874464 is #78BB9B. Grayscale: #5B5B5B. Windows color (decimal): -7912348 or 6571143. OLE color: 6571143.

HSL color Cylindrical-coordinate representation of color #874464: hue angle of 331.34º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874464 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 100 -
CMYK 0 0.50 0.26 0.47
HSL 331.34º 0.33% 0.4% -
HSV(B) 331.34º 0.5% 0.53% -
XYZ 14.36 10.21 13.27 -
YUV 91.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 135 68 100 0 0.50 0.26 0.47 331.34 0.33 0.4
Hex 87 44 64 0 32 1A 2F 14B 21 28
Octal 207 104 144 0 62 32 57 513 41 50
Binary 10000111 1000100 1100100 0 110010 11010 101111 101001011 100001 101000

Color Harmonies of #874464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874464

Black with #874464

Text Example


Text Example

White with #874464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874464; }

 p { color: rgb(135,68,100); }

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

background-color css

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

 a { background-color: rgb(135,68,100); }

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

border-color css

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

 span { border-color: rgb(135,68,100); }

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