Html Css Color HEX #8C7F56 Clay Creek

📋 copy color: '#8C7F56'

red 140 ◦ green 127 ◦ blue 86

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

Shades of Clay Creek #8C7F56

Tints of Clay Creek #8C7F56

RGB

 RED value IS 140 (55.08% from 255) = 39.66%

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

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 39.66%
G = 35.98%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C7F56 (or 0x8C7F56) is known color: Clay Creek. HEX triplet: 8C, 7F and 56. RGB value is (140,127,86). Sum of RGB (Red+Green+Blue) = 140+127+86=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F56 is #7380A9. Grayscale: #7E7E7E. Windows color (decimal): -7569578 or 5668748. OLE color: 5668748.

HSL color Cylindrical-coordinate representation of color #8C7F56: hue angle of 45.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7F56 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 127 86 -
CMYK 0 0.09 0.39 0.45
HSL 45.56º 0.24% 0.44% -
HSV(B) 45.56º 0.39% 0.55% -
XYZ 20.08 21.43 11.88 -
YUV 126.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 140 127 86 0 0.09 0.39 0.45 45.56 0.24 0.44
Hex 8C 7F 56 0 9 27 2D 2E 18 2C
Octal 214 177 126 0 11 47 55 56 30 54
Binary 10001100 1111111 1010110 0 1001 100111 101101 101110 11000 101100

Color Harmonies of #8C7F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F56

Black with #8C7F56

Text Example


Text Example

White with #8C7F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C7F56; }

 p { color: rgb(140,127,86); }

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

background-color css

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

 a { background-color: rgb(140,127,86); }

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

border-color css

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

 span { border-color: rgb(140,127,86); }

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