Html Css Color HEX #8A7F5C Clay Creek

📋 copy color: '#8A7F5C'

red 138 ◦ green 127 ◦ blue 92

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

Shades of Clay Creek #8A7F5C

Tints of Clay Creek #8A7F5C

RGB

 RED value IS 138 (54.3% from 255) = 38.66%

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

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

R = 38.66%
G = 35.57%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A7F5C (or 0x8A7F5C) is known color: Clay Creek. HEX triplet: 8A, 7F and 5C. RGB value is (138,127,92). Sum of RGB (Red+Green+Blue) = 138+127+92=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F5C is #7580A3. Grayscale: #7E7E7E. Windows color (decimal): -7700644 or 6061962. OLE color: 6061962.

HSL color Cylindrical-coordinate representation of color #8A7F5C: hue angle of 45.65º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A7F5C is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 127 92 -
CMYK 0 0.08 0.33 0.46
HSL 45.65º 0.2% 0.45% -
HSV(B) 45.65º 0.33% 0.54% -
XYZ 20 21.35 13.19 -
YUV 126.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 138 127 92 0 0.08 0.33 0.46 45.65 0.2 0.45
Hex 8A 7F 5C 0 8 21 2E 2E 14 2D
Octal 212 177 134 0 10 41 56 56 24 55
Binary 10001010 1111111 1011100 0 1000 100001 101110 101110 10100 101101

Color Harmonies of #8A7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F5C

Black with #8A7F5C

Text Example


Text Example

White with #8A7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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