Html Css Color HEX #8D755C Cement

📋 copy color: '#8D755C'

red 141 ◦ green 117 ◦ blue 92

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

Shades of Cement #8D755C

Tints of Cement #8D755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

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

R = 40.29%
G = 33.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D755C (or 0x8D755C) is known color: Cement. HEX triplet: 8D, 75 and 5C. RGB value is (141,117,92). Sum of RGB (Red+Green+Blue) = 141+117+92=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D755C is #728AA3. Grayscale: #797979. Windows color (decimal): -7506596 or 6059405. OLE color: 6059405.

HSL color Cylindrical-coordinate representation of color #8D755C: hue angle of 30.61º 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 #8D755C is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 117 92 -
CMYK 0 0.17 0.35 0.45
HSL 30.61º 0.21% 0.46% -
HSV(B) 30.61º 0.35% 0.55% -
XYZ 19.28 19.16 12.81 -
YUV 121.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 141 117 92 0 0.17 0.35 0.45 30.61 0.21 0.46
Hex 8D 75 5C 0 11 23 2D 1F 15 2E
Octal 215 165 134 0 21 43 55 37 25 56
Binary 10001101 1110101 1011100 0 10001 100011 101101 11111 10101 101110

Color Harmonies of #8D755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D755C

Black with #8D755C

Text Example


Text Example

White with #8D755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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