Html Css Color HEX #874462 Cosmic

📋 copy color: '#874462'

red 135 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #874462

Tints of Cosmic #874462

RGB

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

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

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

R = 44.85%
G = 22.59%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874462 (or 0x874462) is known color: Cosmic. HEX triplet: 87, 44 and 62. RGB value is (135,68,98). Sum of RGB (Red+Green+Blue) = 135+68+98=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874462 is #78BB9D. Grayscale: #5B5B5B. Windows color (decimal): -7912350 or 6440071. OLE color: 6440071.

HSL color Cylindrical-coordinate representation of color #874462: hue angle of 333.13º 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 #874462 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 98 -
CMYK 0 0.50 0.27 0.47
HSL 333.13º 0.33% 0.4% -
HSV(B) 333.13º 0.5% 0.53% -
XYZ 14.26 10.17 12.77 -
YUV 91.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 135 68 98 0 0.50 0.27 0.47 333.13 0.33 0.4
Hex 87 44 62 0 32 1B 2F 14D 21 28
Octal 207 104 142 0 62 33 57 515 41 50
Binary 10000111 1000100 1100010 0 110010 11011 101111 101001101 100001 101000

Color Harmonies of #874462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874462

Black with #874462

Text Example


Text Example

White with #874462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874462; }

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

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

background-color css

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

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

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

border-color css

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

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

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