Html Css Color HEX #8D795A Cement

📋 copy color: '#8D795A'

red 141 ◦ green 121 ◦ blue 90

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

Shades of Cement #8D795A

Tints of Cement #8D795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 40.06%
G = 34.38%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D795A (or 0x8D795A) is known color: Cement. HEX triplet: 8D, 79 and 5A. RGB value is (141,121,90). Sum of RGB (Red+Green+Blue) = 141+121+90=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D795A is #7286A5. Grayscale: #7B7B7B. Windows color (decimal): -7505574 or 5929357. OLE color: 5929357.

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

Color convert

RGB 141 121 90 -
CMYK 0 0.14 0.36 0.45
HSL 36.47º 0.22% 0.45% -
HSV(B) 36.47º 0.36% 0.55% -
XYZ 19.67 20.08 12.51 -
YUV 123.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 141 121 90 0 0.14 0.36 0.45 36.47 0.22 0.45
Hex 8D 79 5A 0 E 24 2D 24 16 2D
Octal 215 171 132 0 16 44 55 44 26 55
Binary 10001101 1111001 1011010 0 1110 100100 101101 100100 10110 101101

Color Harmonies of #8D795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D795A

Black with #8D795A

Text Example


Text Example

White with #8D795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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