Html Css Color HEX #8C785B Cement

📋 copy color: '#8C785B'

red 140 ◦ green 120 ◦ blue 91

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

Shades of Cement #8C785B

Tints of Cement #8C785B

RGB

 RED value IS 140 (55.08% from 255) = 39.89%

 GREEN value IS 120 (47.27% from 255) = 34.19%

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

R = 39.89%
G = 34.19%
B = 25.93%

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

#8C785B (or 0x8C785B) is known color: Cement. HEX triplet: 8C, 78 and 5B. RGB value is (140,120,91). Sum of RGB (Red+Green+Blue) = 140+120+91=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C785B is #7387A4. Grayscale: #7A7A7A. Windows color (decimal): -7571365 or 5994636. OLE color: 5994636.

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

Color convert

RGB 140 120 91 -
CMYK 0 0.14 0.35 0.45
HSL 35.51º 0.21% 0.45% -
HSV(B) 35.51º 0.35% 0.55% -
XYZ 19.42 19.76 12.69 -
YUV 122.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 140 120 91 0 0.14 0.35 0.45 35.51 0.21 0.45
Hex 8C 78 5B 0 E 23 2D 24 15 2D
Octal 214 170 133 0 16 43 55 44 25 55
Binary 10001100 1111000 1011011 0 1110 100011 101101 100100 10101 101101

Color Harmonies of #8C785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C785B

Black with #8C785B

Text Example


Text Example

White with #8C785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,91); }

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

background-color css

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

 a { background-color: rgb(140,120,91); }

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

border-color css

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

 span { border-color: rgb(140,120,91); }

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