Html Css Color HEX #8B795D Cement

📋 copy color: '#8B795D'

red 139 ◦ green 121 ◦ blue 93

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

Shades of Cement #8B795D

Tints of Cement #8B795D

RGB

 RED value IS 139 (54.69% from 255) = 39.38%

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 39.38%
G = 34.28%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B795D (or 0x8B795D) is known color: Cement. HEX triplet: 8B, 79 and 5D. RGB value is (139,121,93). Sum of RGB (Red+Green+Blue) = 139+121+93=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B795D is #7486A2. Grayscale: #7B7B7B. Windows color (decimal): -7636643 or 6125963. OLE color: 6125963.

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

Color convert

RGB 139 121 93 -
CMYK 0 0.13 0.33 0.45
HSL 36.52º 0.2% 0.45% -
HSV(B) 36.52º 0.33% 0.55% -
XYZ 19.46 19.95 13.18 -
YUV 123.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 139 121 93 0 0.13 0.33 0.45 36.52 0.2 0.45
Hex 8B 79 5D 0 D 21 2D 25 14 2D
Octal 213 171 135 0 15 41 55 45 24 55
Binary 10001011 1111001 1011101 0 1101 100001 101101 100101 10100 101101

Color Harmonies of #8B795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B795D

Black with #8B795D

Text Example


Text Example

White with #8B795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,121,93); }

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

background-color css

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

 a { background-color: rgb(139,121,93); }

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

border-color css

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

 span { border-color: rgb(139,121,93); }

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