Html Css Color HEX #8A7757 Cement

📋 copy color: '#8A7757'

red 138 ◦ green 119 ◦ blue 87

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

Shades of Cement #8A7757

Tints of Cement #8A7757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 40.12%
G = 34.59%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A7757 (or 0x8A7757) is known color: Cement. HEX triplet: 8A, 77 and 57. RGB value is (138,119,87). Sum of RGB (Red+Green+Blue) = 138+119+87=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7757 is #7588A8. Grayscale: #797979. Windows color (decimal): -7702697 or 5732234. OLE color: 5732234.

HSL color Cylindrical-coordinate representation of color #8A7757: hue angle of 37.65º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A7757 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 119 87 -
CMYK 0 0.14 0.37 0.46
HSL 37.65º 0.23% 0.44% -
HSV(B) 37.65º 0.37% 0.54% -
XYZ 18.8 19.29 11.75 -
YUV 121.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 138 119 87 0 0.14 0.37 0.46 37.65 0.23 0.44
Hex 8A 77 57 0 E 25 2E 26 17 2C
Octal 212 167 127 0 16 45 56 46 27 54
Binary 10001010 1110111 1010111 0 1110 100101 101110 100110 10111 101100

Color Harmonies of #8A7757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7757

Black with #8A7757

Text Example


Text Example

White with #8A7757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,119,87); }

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

background-color css

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

 a { background-color: rgb(138,119,87); }

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

border-color css

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

 span { border-color: rgb(138,119,87); }

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