Html Css Color HEX #8F795A Cement

📋 copy color: '#8F795A'

red 143 ◦ green 121 ◦ blue 90

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

Shades of Cement #8F795A

Tints of Cement #8F795A

RGB

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

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

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

R = 40.4%
G = 34.18%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8F795A (or 0x8F795A) is known color: Cement. HEX triplet: 8F, 79 and 5A. RGB value is (143,121,90). Sum of RGB (Red+Green+Blue) = 143+121+90=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F795A is #7086A5. Grayscale: #7C7C7C. Windows color (decimal): -7374502 or 5929359. OLE color: 5929359.

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

Color convert

RGB 143 121 90 -
CMYK 0 0.15 0.37 0.44
HSL 35.09º 0.23% 0.46% -
HSV(B) 35.09º 0.37% 0.56% -
XYZ 20.01 20.25 12.53 -
YUV 124.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 143 121 90 0 0.15 0.37 0.44 35.09 0.23 0.46
Hex 8F 79 5A 0 F 25 2C 23 17 2E
Octal 217 171 132 0 17 45 54 43 27 56
Binary 10001111 1111001 1011010 0 1111 100101 101100 100011 10111 101110

Color Harmonies of #8F795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F795A

Black with #8F795A

Text Example


Text Example

White with #8F795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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