Html Css Color HEX #8D795C Cement

📋 copy color: '#8D795C'

red 141 ◦ green 121 ◦ blue 92

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

Shades of Cement #8D795C

Tints of Cement #8D795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 39.83%
G = 34.18%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D795C (or 0x8D795C) is known color: Cement. HEX triplet: 8D, 79 and 5C. RGB value is (141,121,92). Sum of RGB (Red+Green+Blue) = 141+121+92=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D795C is #7286A3. Grayscale: #7B7B7B. Windows color (decimal): -7505572 or 6060429. OLE color: 6060429.

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

Color convert

RGB 141 121 92 -
CMYK 0 0.14 0.35 0.45
HSL 35.51º 0.21% 0.46% -
HSV(B) 35.51º 0.35% 0.55% -
XYZ 19.75 20.11 12.97 -
YUV 123.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 141 121 92 0 0.14 0.35 0.45 35.51 0.21 0.46
Hex 8D 79 5C 0 E 23 2D 24 15 2E
Octal 215 171 134 0 16 43 55 44 25 56
Binary 10001101 1111001 1011100 0 1110 100011 101101 100100 10101 101110

Color Harmonies of #8D795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D795C

Black with #8D795C

Text Example


Text Example

White with #8D795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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