Html Css Color HEX #874564 Cosmic

📋 copy color: '#874564'

red 135 ◦ green 69 ◦ blue 100

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

Shades of Cosmic #874564

Tints of Cosmic #874564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 44.41%
G = 22.7%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#874564 (or 0x874564) is known color: Cosmic. HEX triplet: 87, 45 and 64. RGB value is (135,69,100). Sum of RGB (Red+Green+Blue) = 135+69+100=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874564 is #78BA9B. Grayscale: #5C5C5C. Windows color (decimal): -7912092 or 6571399. OLE color: 6571399.

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

Color convert

RGB 135 69 100 -
CMYK 0 0.49 0.26 0.47
HSL 331.82º 0.32% 0.4% -
HSV(B) 331.82º 0.49% 0.53% -
XYZ 14.42 10.33 13.29 -
YUV 92.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 135 69 100 0 0.49 0.26 0.47 331.82 0.32 0.4
Hex 87 45 64 0 31 1A 2F 14C 20 28
Octal 207 105 144 0 61 32 57 514 40 50
Binary 10000111 1000101 1100100 0 110001 11010 101111 101001100 100000 101000

Color Harmonies of #874564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874564

Black with #874564

Text Example


Text Example

White with #874564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874564; }

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

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

background-color css

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

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

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

border-color css

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

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

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