Html Css Color HEX #874762 Cosmic

📋 copy color: '#874762'

red 135 ◦ green 71 ◦ blue 98

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

Shades of Cosmic #874762

Tints of Cosmic #874762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

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

R = 44.41%
G = 23.36%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874762 (or 0x874762) is known color: Cosmic. HEX triplet: 87, 47 and 62. RGB value is (135,71,98). Sum of RGB (Red+Green+Blue) = 135+71+98=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874762 is #78B89D. Grayscale: #5D5D5D. Windows color (decimal): -7911582 or 6440839. OLE color: 6440839.

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

Color convert

RGB 135 71 98 -
CMYK 0 0.47 0.27 0.47
HSL 334.69º 0.31% 0.4% -
HSV(B) 334.69º 0.47% 0.53% -
XYZ 14.45 10.54 12.83 -
YUV 93.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 135 71 98 0 0.47 0.27 0.47 334.69 0.31 0.4
Hex 87 47 62 0 2F 1B 2F 14F 1F 28
Octal 207 107 142 0 57 33 57 517 37 50
Binary 10000111 1000111 1100010 0 101111 11011 101111 101001111 11111 101000

Color Harmonies of #874762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874762

Black with #874762

Text Example


Text Example

White with #874762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874762; }

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

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

background-color css

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

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

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

border-color css

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

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

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