Html Css Color HEX #874866 Cosmic

📋 copy color: '#874866'

red 135 ◦ green 72 ◦ blue 102

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

Shades of Cosmic #874866

Tints of Cosmic #874866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 43.69%
G = 23.3%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#874866 (or 0x874866) is known color: Cosmic. HEX triplet: 87, 48 and 66. RGB value is (135,72,102). Sum of RGB (Red+Green+Blue) = 135+72+102=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #874866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874866 is #78B799. Grayscale: #5E5E5E. Windows color (decimal): -7911322 or 6703239. OLE color: 6703239.

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

Color convert

RGB 135 72 102 -
CMYK 0 0.47 0.24 0.47
HSL 331.43º 0.3% 0.41% -
HSV(B) 331.43º 0.47% 0.53% -
XYZ 14.71 10.74 13.87 -
YUV 94.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 135 72 102 0 0.47 0.24 0.47 331.43 0.3 0.41
Hex 87 48 66 0 2F 18 2F 14B 1E 29
Octal 207 110 146 0 57 30 57 513 36 51
Binary 10000111 1001000 1100110 0 101111 11000 101111 101001011 11110 101001

Color Harmonies of #874866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874866

Black with #874866

Text Example


Text Example

White with #874866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874866; }

 p { color: rgb(135,72,102); }

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

background-color css

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

 a { background-color: rgb(135,72,102); }

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

border-color css

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

 span { border-color: rgb(135,72,102); }

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