Html Css Color HEX #8B755A Cement

📋 copy color: '#8B755A'

red 139 ◦ green 117 ◦ blue 90

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

Shades of Cement #8B755A

Tints of Cement #8B755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 40.17%
G = 33.82%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B755A (or 0x8B755A) is known color: Cement. HEX triplet: 8B, 75 and 5A. RGB value is (139,117,90). Sum of RGB (Red+Green+Blue) = 139+117+90=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B755A is #748AA5. Grayscale: #787878. Windows color (decimal): -7637670 or 5928331. OLE color: 5928331.

HSL color Cylindrical-coordinate representation of color #8B755A: hue angle of 33.06º 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 #8B755A is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 117 90 -
CMYK 0 0.16 0.35 0.45
HSL 33.06º 0.21% 0.45% -
HSV(B) 33.06º 0.35% 0.55% -
XYZ 18.85 18.95 12.34 -
YUV 120.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 139 117 90 0 0.16 0.35 0.45 33.06 0.21 0.45
Hex 8B 75 5A 0 10 23 2D 21 15 2D
Octal 213 165 132 0 20 43 55 41 25 55
Binary 10001011 1110101 1011010 0 10000 100011 101101 100001 10101 101101

Color Harmonies of #8B755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B755A

Black with #8B755A

Text Example


Text Example

White with #8B755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,90); }

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

background-color css

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

 a { background-color: rgb(139,117,90); }

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

border-color css

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

 span { border-color: rgb(139,117,90); }

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