Html Css Color HEX #8A7F5B Clay Creek

📋 copy color: '#8A7F5B'

red 138 ◦ green 127 ◦ blue 91

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

Shades of Clay Creek #8A7F5B

Tints of Clay Creek #8A7F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 38.76%
G = 35.67%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#8A7F5B (or 0x8A7F5B) is known color: Clay Creek. HEX triplet: 8A, 7F and 5B. RGB value is (138,127,91). Sum of RGB (Red+Green+Blue) = 138+127+91=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F5B is #7580A4. Grayscale: #7E7E7E. Windows color (decimal): -7700645 or 5996426. OLE color: 5996426.

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

Color convert

RGB 138 127 91 -
CMYK 0 0.08 0.34 0.46
HSL 45.96º 0.21% 0.45% -
HSV(B) 45.96º 0.34% 0.54% -
XYZ 19.96 21.34 12.96 -
YUV 126.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 138 127 91 0 0.08 0.34 0.46 45.96 0.21 0.45
Hex 8A 7F 5B 0 8 22 2E 2E 15 2D
Octal 212 177 133 0 10 42 56 56 25 55
Binary 10001010 1111111 1011011 0 1000 100010 101110 101110 10101 101101

Color Harmonies of #8A7F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F5B

Black with #8A7F5B

Text Example


Text Example

White with #8A7F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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