Html Css Color HEX #874666 Cosmic

📋 copy color: '#874666'

red 135 ◦ green 70 ◦ blue 102

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

Shades of Cosmic #874666

Tints of Cosmic #874666

RGB

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

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

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

R = 43.97%
G = 22.8%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#874666 (or 0x874666) is known color: Cosmic. HEX triplet: 87, 46 and 66. RGB value is (135,70,102). Sum of RGB (Red+Green+Blue) = 135+70+102=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874666 is #78B999. Grayscale: #5D5D5D. Windows color (decimal): -7911834 or 6702727. OLE color: 6702727.

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

Color convert

RGB 135 70 102 -
CMYK 0 0.48 0.24 0.47
HSL 330.46º 0.32% 0.4% -
HSV(B) 330.46º 0.48% 0.53% -
XYZ 14.58 10.49 13.83 -
YUV 93.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 135 70 102 0 0.48 0.24 0.47 330.46 0.32 0.4
Hex 87 46 66 0 30 18 2F 14A 20 28
Octal 207 106 146 0 60 30 57 512 40 50
Binary 10000111 1000110 1100110 0 110000 11000 101111 101001010 100000 101000

Color Harmonies of #874666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874666

Black with #874666

Text Example


Text Example

White with #874666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874666; }

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

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

background-color css

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

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

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

border-color css

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

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

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