Html Css Color HEX #8D765C Cement

📋 copy color: '#8D765C'

red 141 ◦ green 118 ◦ blue 92

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

Shades of Cement #8D765C

Tints of Cement #8D765C

RGB

 RED value IS 141 (55.47% from 255) = 40.17%

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

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

R = 40.17%
G = 33.62%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D765C (or 0x8D765C) is known color: Cement. HEX triplet: 8D, 76 and 5C. RGB value is (141,118,92). Sum of RGB (Red+Green+Blue) = 141+118+92=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D765C is #7289A3. Grayscale: #7A7A7A. Windows color (decimal): -7506340 or 6059661. OLE color: 6059661.

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

Color convert

RGB 141 118 92 -
CMYK 0 0.16 0.35 0.45
HSL 31.84º 0.21% 0.46% -
HSV(B) 31.84º 0.35% 0.55% -
XYZ 19.39 19.39 12.85 -
YUV 121.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 141 118 92 0 0.16 0.35 0.45 31.84 0.21 0.46
Hex 8D 76 5C 0 10 23 2D 20 15 2E
Octal 215 166 134 0 20 43 55 40 25 56
Binary 10001101 1110110 1011100 0 10000 100011 101101 100000 10101 101110

Color Harmonies of #8D765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D765C

Black with #8D765C

Text Example


Text Example

White with #8D765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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