Html Css Color HEX #8A7858 Cement

📋 copy color: '#8A7858'

red 138 ◦ green 120 ◦ blue 88

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

Shades of Cement #8A7858

Tints of Cement #8A7858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 39.88%
G = 34.68%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A7858 (or 0x8A7858) is known color: Cement. HEX triplet: 8A, 78 and 58. RGB value is (138,120,88). Sum of RGB (Red+Green+Blue) = 138+120+88=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7858 is #7587A7. Grayscale: #797979. Windows color (decimal): -7702440 or 5798026. OLE color: 5798026.

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

Color convert

RGB 138 120 88 -
CMYK 0 0.13 0.36 0.46
HSL 38.4º 0.22% 0.44% -
HSV(B) 38.4º 0.36% 0.54% -
XYZ 18.96 19.54 12.01 -
YUV 121.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 138 120 88 0 0.13 0.36 0.46 38.4 0.22 0.44
Hex 8A 78 58 0 D 24 2E 26 16 2C
Octal 212 170 130 0 15 44 56 46 26 54
Binary 10001010 1111000 1011000 0 1101 100100 101110 100110 10110 101100

Color Harmonies of #8A7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7858

Black with #8A7858

Text Example


Text Example

White with #8A7858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,120,88); }

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

background-color css

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

 a { background-color: rgb(138,120,88); }

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

border-color css

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

 span { border-color: rgb(138,120,88); }

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