Html Css Color HEX #89765D Cement

📋 copy color: '#89765D'

red 137 ◦ green 118 ◦ blue 93

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

Shades of Cement #89765D

Tints of Cement #89765D

RGB

 RED value IS 137 (53.91% from 255) = 39.37%

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

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

R = 39.37%
G = 33.91%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89765D (or 0x89765D) is known color: Cement. HEX triplet: 89, 76 and 5D. RGB value is (137,118,93). Sum of RGB (Red+Green+Blue) = 137+118+93=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89765D is #7689A2. Grayscale: #787878. Windows color (decimal): -7768483 or 6125193. OLE color: 6125193.

HSL color Cylindrical-coordinate representation of color #89765D: hue angle of 34.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89765D is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 118 93 -
CMYK 0 0.14 0.32 0.46
HSL 34.09º 0.19% 0.45% -
HSV(B) 34.09º 0.32% 0.54% -
XYZ 18.77 19.07 13.05 -
YUV 120.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 137 118 93 0 0.14 0.32 0.46 34.09 0.19 0.45
Hex 89 76 5D 0 E 20 2E 22 13 2D
Octal 211 166 135 0 16 40 56 42 23 55
Binary 10001001 1110110 1011101 0 1110 100000 101110 100010 10011 101101

Color Harmonies of #89765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89765D

Black with #89765D

Text Example


Text Example

White with #89765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89765D; }

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

 H1.HeaderClassName
 {
   color: #89765D;
 }
 .AnyTagClassName
 {
   color: #89765D;
 }
</style>

background-color css

<style>
 a { background-color: #89765D; }

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

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

border-color css

<style>
 span { border-color: #89765D; }

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

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