Html Css Color HEX #874766 Cosmic

📋 copy color: '#874766'

red 135 ◦ green 71 ◦ blue 102

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

Shades of Cosmic #874766

Tints of Cosmic #874766

RGB

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

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

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

R = 43.83%
G = 23.05%
B = 33.12%

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

#874766 (or 0x874766) is known color: Cosmic. HEX triplet: 87, 47 and 66. RGB value is (135,71,102). Sum of RGB (Red+Green+Blue) = 135+71+102=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874766 is #78B899. Grayscale: #5D5D5D. Windows color (decimal): -7911578 or 6702983. OLE color: 6702983.

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

Color convert

RGB 135 71 102 -
CMYK 0 0.47 0.24 0.47
HSL 330.94º 0.31% 0.4% -
HSV(B) 330.94º 0.47% 0.53% -
XYZ 14.64 10.62 13.85 -
YUV 93.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 135 71 102 0 0.47 0.24 0.47 330.94 0.31 0.4
Hex 87 47 66 0 2F 18 2F 14B 1F 28
Octal 207 107 146 0 57 30 57 513 37 50
Binary 10000111 1000111 1100110 0 101111 11000 101111 101001011 11111 101000

Color Harmonies of #874766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874766

Black with #874766

Text Example


Text Example

White with #874766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874766; }

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

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

background-color css

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

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

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

border-color css

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

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

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