Html Css Color HEX #8C7F5C Clay Creek

📋 copy color: '#8C7F5C'

red 140 ◦ green 127 ◦ blue 92

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

Shades of Clay Creek #8C7F5C

Tints of Clay Creek #8C7F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 39%
G = 35.38%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C7F5C (or 0x8C7F5C) is known color: Clay Creek. HEX triplet: 8C, 7F and 5C. RGB value is (140,127,92). Sum of RGB (Red+Green+Blue) = 140+127+92=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F5C is #7380A3. Grayscale: #7F7F7F. Windows color (decimal): -7569572 or 6061964. OLE color: 6061964.

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

Color convert

RGB 140 127 92 -
CMYK 0 0.09 0.34 0.45
HSL 43.75º 0.21% 0.45% -
HSV(B) 43.75º 0.34% 0.55% -
XYZ 20.34 21.53 13.21 -
YUV 126.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 140 127 92 0 0.09 0.34 0.45 43.75 0.21 0.45
Hex 8C 7F 5C 0 9 22 2D 2C 15 2D
Octal 214 177 134 0 11 42 55 54 25 55
Binary 10001100 1111111 1011100 0 1001 100010 101101 101100 10101 101101

Color Harmonies of #8C7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F5C

Black with #8C7F5C

Text Example


Text Example

White with #8C7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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