Html Css Color HEX #88765C Cement

📋 copy color: '#88765C'

red 136 ◦ green 118 ◦ blue 92

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

Shades of Cement #88765C

Tints of Cement #88765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 39.31%
G = 34.1%
B = 26.59%

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

#88765C (or 0x88765C) is known color: Cement. HEX triplet: 88, 76 and 5C. RGB value is (136,118,92). Sum of RGB (Red+Green+Blue) = 136+118+92=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88765C is #7789A3. Grayscale: #787878. Windows color (decimal): -7834020 or 6059656. OLE color: 6059656.

HSL color Cylindrical-coordinate representation of color #88765C: hue angle of 35.45º 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 #88765C is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 118 92 -
CMYK 0 0.13 0.32 0.47
HSL 35.45º 0.19% 0.45% -
HSV(B) 35.45º 0.32% 0.53% -
XYZ 18.56 18.96 12.81 -
YUV 120.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 136 118 92 0 0.13 0.32 0.47 35.45 0.19 0.45
Hex 88 76 5C 0 D 20 2F 23 13 2D
Octal 210 166 134 0 15 40 57 43 23 55
Binary 10001000 1110110 1011100 0 1101 100000 101111 100011 10011 101101

Color Harmonies of #88765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88765C

Black with #88765C

Text Example


Text Example

White with #88765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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