Html Css Color HEX #88765D Cement

📋 copy color: '#88765D'

red 136 ◦ green 118 ◦ blue 93

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

Shades of Cement #88765D

Tints of Cement #88765D

RGB

 RED value IS 136 (53.52% from 255) = 39.19%

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

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

R = 39.19%
G = 34.01%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88765D (or 0x88765D) is known color: Cement. HEX triplet: 88, 76 and 5D. RGB value is (136,118,93). Sum of RGB (Red+Green+Blue) = 136+118+93=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88765D is #7789A2. Grayscale: #787878. Windows color (decimal): -7834019 or 6125192. OLE color: 6125192.

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

Color convert

RGB 136 118 93 -
CMYK 0 0.13 0.32 0.47
HSL 34.88º 0.19% 0.45% -
HSV(B) 34.88º 0.32% 0.53% -
XYZ 18.61 18.98 13.04 -
YUV 120.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 136 118 93 0 0.13 0.32 0.47 34.88 0.19 0.45
Hex 88 76 5D 0 D 20 2F 23 13 2D
Octal 210 166 135 0 15 40 57 43 23 55
Binary 10001000 1110110 1011101 0 1101 100000 101111 100011 10011 101101

Color Harmonies of #88765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88765D

Black with #88765D

Text Example


Text Example

White with #88765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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