Html Css Color HEX #874674 Cosmic

📋 copy color: '#874674'

red 135 ◦ green 70 ◦ blue 116

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

Shades of Cosmic #874674

Tints of Cosmic #874674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 42.06%
G = 21.81%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#874674 (or 0x874674) is known color: Cosmic. HEX triplet: 87, 46 and 74. RGB value is (135,70,116). Sum of RGB (Red+Green+Blue) = 135+70+116=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874674 is #78B98B. Grayscale: #5E5E5E. Windows color (decimal): -7911820 or 7620231. OLE color: 7620231.

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

Color convert

RGB 135 70 116 -
CMYK 0 0.48 0.14 0.47
HSL 317.54º 0.32% 0.4% -
HSV(B) 317.54º 0.48% 0.53% -
XYZ 15.33 10.79 17.8 -
YUV 94.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 135 70 116 0 0.48 0.14 0.47 317.54 0.32 0.4
Hex 87 46 74 0 30 E 2F 13E 20 28
Octal 207 106 164 0 60 16 57 476 40 50
Binary 10000111 1000110 1110100 0 110000 1110 101111 100111110 100000 101000

Color Harmonies of #874674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874674

Black with #874674

Text Example


Text Example

White with #874674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874674; }

 p { color: rgb(135,70,116); }

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

background-color css

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

 a { background-color: rgb(135,70,116); }

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

border-color css

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

 span { border-color: rgb(135,70,116); }

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