Html Css Color HEX #874C6E Cosmic

📋 copy color: '#874C6E'

red 135 ◦ green 76 ◦ blue 110

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

Shades of Cosmic #874C6E

Tints of Cosmic #874C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.68%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 42.06%
G = 23.68%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#874C6E (or 0x874C6E) is known color: Cosmic. HEX triplet: 87, 4C and 6E. RGB value is (135,76,110). Sum of RGB (Red+Green+Blue) = 135+76+110=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C6E is #78B391. Grayscale: #616161. Windows color (decimal): -7910290 or 7228551. OLE color: 7228551.

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

Color convert

RGB 135 76 110 -
CMYK 0 0.44 0.19 0.47
HSL 325.42º 0.28% 0.41% -
HSV(B) 325.42º 0.44% 0.53% -
XYZ 15.39 11.45 16.15 -
YUV 97.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 135 76 110 0 0.44 0.19 0.47 325.42 0.28 0.41
Hex 87 4C 6E 0 2C 13 2F 145 1C 29
Octal 207 114 156 0 54 23 57 505 34 51
Binary 10000111 1001100 1101110 0 101100 10011 101111 101000101 11100 101001

Color Harmonies of #874C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C6E

Black with #874C6E

Text Example


Text Example

White with #874C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874C6E; }

 p { color: rgb(135,76,110); }

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

background-color css

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

 a { background-color: rgb(135,76,110); }

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

border-color css

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

 span { border-color: rgb(135,76,110); }

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