Html Css Color HEX #8B765D Cement

📋 copy color: '#8B765D'

red 139 ◦ green 118 ◦ blue 93

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

Shades of Cement #8B765D

Tints of Cement #8B765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 39.71%
G = 33.71%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B765D (or 0x8B765D) is known color: Cement. HEX triplet: 8B, 76 and 5D. RGB value is (139,118,93). Sum of RGB (Red+Green+Blue) = 139+118+93=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B765D is #7489A2. Grayscale: #797979. Windows color (decimal): -7637411 or 6125195. OLE color: 6125195.

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

Color convert

RGB 139 118 93 -
CMYK 0 0.15 0.33 0.45
HSL 32.61º 0.2% 0.45% -
HSV(B) 32.61º 0.33% 0.55% -
XYZ 19.1 19.24 13.06 -
YUV 121.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 139 118 93 0 0.15 0.33 0.45 32.61 0.2 0.45
Hex 8B 76 5D 0 F 21 2D 21 14 2D
Octal 213 166 135 0 17 41 55 41 24 55
Binary 10001011 1110110 1011101 0 1111 100001 101101 100001 10100 101101

Color Harmonies of #8B765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B765D

Black with #8B765D

Text Example


Text Example

White with #8B765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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