Html Css Color HEX #88755C Cement

📋 copy color: '#88755C'

red 136 ◦ green 117 ◦ blue 92

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

Shades of Cement #88755C

Tints of Cement #88755C

RGB

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

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

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

R = 39.42%
G = 33.91%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88755C (or 0x88755C) is known color: Cement. HEX triplet: 88, 75 and 5C. RGB value is (136,117,92). Sum of RGB (Red+Green+Blue) = 136+117+92=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #88755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88755C is #778AA3. Grayscale: #777777. Windows color (decimal): -7834276 or 6059400. OLE color: 6059400.

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

Color convert

RGB 136 117 92 -
CMYK 0 0.14 0.32 0.47
HSL 34.09º 0.19% 0.45% -
HSV(B) 34.09º 0.32% 0.53% -
XYZ 18.45 18.73 12.77 -
YUV 119.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 136 117 92 0 0.14 0.32 0.47 34.09 0.19 0.45
Hex 88 75 5C 0 E 20 2F 22 13 2D
Octal 210 165 134 0 16 40 57 42 23 55
Binary 10001000 1110101 1011100 0 1110 100000 101111 100010 10011 101101

Color Harmonies of #88755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88755C

Black with #88755C

Text Example


Text Example

White with #88755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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