Html Css Color HEX #8C7F4B Clay Creek

📋 copy color: '#8C7F4B'

red 140 ◦ green 127 ◦ blue 75

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

Shades of Clay Creek #8C7F4B

Tints of Clay Creek #8C7F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 40.94%
G = 37.13%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C7F4B (or 0x8C7F4B) is known color: Clay Creek. HEX triplet: 8C, 7F and 4B. RGB value is (140,127,75). Sum of RGB (Red+Green+Blue) = 140+127+75=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F4B is #7380B4. Grayscale: #7D7D7D. Windows color (decimal): -7569589 or 4947852. OLE color: 4947852.

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

Color convert

RGB 140 127 75 -
CMYK 0 0.09 0.46 0.45
HSL 48º 0.3% 0.42% -
HSV(B) 48º 0.46% 0.55% -
XYZ 19.67 21.26 9.72 -
YUV 124.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 140 127 75 0 0.09 0.46 0.45 48 0.3 0.42
Hex 8C 7F 4B 0 9 2E 2D 30 1E 2A
Octal 214 177 113 0 11 56 55 60 36 52
Binary 10001100 1111111 1001011 0 1001 101110 101101 110000 11110 101010

Color Harmonies of #8C7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F4B

Black with #8C7F4B

Text Example


Text Example

White with #8C7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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