Html Css Color HEX #877F49 Clay Creek

📋 copy color: '#877F49'

red 135 ◦ green 127 ◦ blue 73

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

Shades of Clay Creek #877F49

Tints of Clay Creek #877F49

RGB

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

 GREEN value IS 127 (50% from 255) = 37.91%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 40.3%
G = 37.91%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#877F49 (or 0x877F49) is known color: Clay Creek. HEX triplet: 87, 7F and 49. RGB value is (135,127,73). Sum of RGB (Red+Green+Blue) = 135+127+73=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #877F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877F49 is #7880B6. Grayscale: #7B7B7B. Windows color (decimal): -7897271 or 4816775. OLE color: 4816775.

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

Color convert

RGB 135 127 73 -
CMYK 0 0.06 0.46 0.47
HSL 52.26º 0.3% 0.41% -
HSV(B) 52.26º 0.46% 0.53% -
XYZ 18.78 20.81 9.33 -
YUV 123.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 135 127 73 0 0.06 0.46 0.47 52.26 0.3 0.41
Hex 87 7F 49 0 6 2E 2F 34 1E 29
Octal 207 177 111 0 6 56 57 64 36 51
Binary 10000111 1111111 1001001 0 110 101110 101111 110100 11110 101001

Color Harmonies of #877F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F49

Black with #877F49

Text Example


Text Example

White with #877F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877F49; }

 p { color: rgb(135,127,73); }

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

background-color css

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

 a { background-color: rgb(135,127,73); }

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

border-color css

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

 span { border-color: rgb(135,127,73); }

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