Html Css Color HEX #8C765C Cement

📋 copy color: '#8C765C'

red 140 ◦ green 118 ◦ blue 92

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

Shades of Cement #8C765C

Tints of Cement #8C765C

RGB

 RED value IS 140 (55.08% from 255) = 40%

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 40%
G = 33.71%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C765C (or 0x8C765C) is known color: Cement. HEX triplet: 8C, 76 and 5C. RGB value is (140,118,92). Sum of RGB (Red+Green+Blue) = 140+118+92=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C765C is #7389A3. Grayscale: #797979. Windows color (decimal): -7571876 or 6059660. OLE color: 6059660.

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

Color convert

RGB 140 118 92 -
CMYK 0 0.16 0.34 0.45
HSL 32.5º 0.21% 0.45% -
HSV(B) 32.5º 0.34% 0.55% -
XYZ 19.23 19.31 12.84 -
YUV 121.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 140 118 92 0 0.16 0.34 0.45 32.5 0.21 0.45
Hex 8C 76 5C 0 10 22 2D 20 15 2D
Octal 214 166 134 0 20 42 55 40 25 55
Binary 10001100 1110110 1011100 0 10000 100010 101101 100000 10101 101101

Color Harmonies of #8C765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C765C

Black with #8C765C

Text Example


Text Example

White with #8C765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,118,92); }

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

background-color css

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

 a { background-color: rgb(140,118,92); }

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

border-color css

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

 span { border-color: rgb(140,118,92); }

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