Html Css Color HEX #8F795B Cement

📋 copy color: '#8F795B'

red 143 ◦ green 121 ◦ blue 91

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

Shades of Cement #8F795B

Tints of Cement #8F795B

RGB

 RED value IS 143 (56.25% from 255) = 40.28%

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 40.28%
G = 34.08%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F795B (or 0x8F795B) is known color: Cement. HEX triplet: 8F, 79 and 5B. RGB value is (143,121,91). Sum of RGB (Red+Green+Blue) = 143+121+91=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F795B is #7086A4. Grayscale: #7C7C7C. Windows color (decimal): -7374501 or 5994895. OLE color: 5994895.

HSL color Cylindrical-coordinate representation of color #8F795B: hue angle of 34.62º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F795B is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 121 91 -
CMYK 0 0.15 0.36 0.44
HSL 34.62º 0.22% 0.46% -
HSV(B) 34.62º 0.36% 0.56% -
XYZ 20.05 20.27 12.75 -
YUV 124.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 143 121 91 0 0.15 0.36 0.44 34.62 0.22 0.46
Hex 8F 79 5B 0 F 24 2C 23 16 2E
Octal 217 171 133 0 17 44 54 43 26 56
Binary 10001111 1111001 1011011 0 1111 100100 101100 100011 10110 101110

Color Harmonies of #8F795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F795B

Black with #8F795B

Text Example


Text Example

White with #8F795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,121,91); }

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

background-color css

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

 a { background-color: rgb(143,121,91); }

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

border-color css

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

 span { border-color: rgb(143,121,91); }

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