Html Css Color HEX #877F5E Clay Creek

📋 copy color: '#877F5E'

red 135 ◦ green 127 ◦ blue 94

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

Shades of Clay Creek #877F5E

Tints of Clay Creek #877F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 37.92%
G = 35.67%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#877F5E (or 0x877F5E) is known color: Clay Creek. HEX triplet: 87, 7F and 5E. RGB value is (135,127,94). Sum of RGB (Red+Green+Blue) = 135+127+94=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #877F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F5E is #7880A1. Grayscale: #7D7D7D. Windows color (decimal): -7897250 or 6193031. OLE color: 6193031.

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

Color convert

RGB 135 127 94 -
CMYK 0 0.06 0.30 0.47
HSL 48.29º 0.18% 0.45% -
HSV(B) 48.29º 0.3% 0.53% -
XYZ 19.6 21.14 13.64 -
YUV 125.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 135 127 94 0 0.06 0.30 0.47 48.29 0.18 0.45
Hex 87 7F 5E 0 6 1E 2F 30 12 2D
Octal 207 177 136 0 6 36 57 60 22 55
Binary 10000111 1111111 1011110 0 110 11110 101111 110000 10010 101101

Color Harmonies of #877F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F5E

Black with #877F5E

Text Example


Text Example

White with #877F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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