Html Css Color HEX #8A7F4B Clay Creek

📋 copy color: '#8A7F4B'

red 138 ◦ green 127 ◦ blue 75

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

Shades of Clay Creek #8A7F4B

Tints of Clay Creek #8A7F4B

RGB

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

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

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

R = 40.59%
G = 37.35%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A7F4B (or 0x8A7F4B) is known color: Clay Creek. HEX triplet: 8A, 7F and 4B. RGB value is (138,127,75). Sum of RGB (Red+Green+Blue) = 138+127+75=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7F4B is #7580B4. Grayscale: #7C7C7C. Windows color (decimal): -7700661 or 4947850. OLE color: 4947850.

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

Color convert

RGB 138 127 75 -
CMYK 0 0.08 0.46 0.46
HSL 49.52º 0.3% 0.42% -
HSV(B) 49.52º 0.46% 0.54% -
XYZ 19.34 21.09 9.71 -
YUV 124.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 138 127 75 0 0.08 0.46 0.46 49.52 0.3 0.42
Hex 8A 7F 4B 0 8 2E 2E 32 1E 2A
Octal 212 177 113 0 10 56 56 62 36 52
Binary 10001010 1111111 1001011 0 1000 101110 101110 110010 11110 101010

Color Harmonies of #8A7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F4B

Black with #8A7F4B

Text Example


Text Example

White with #8A7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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