Html Css Color HEX #88745C Cement

📋 copy color: '#88745C'

red 136 ◦ green 116 ◦ blue 92

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

Shades of Cement #88745C

Tints of Cement #88745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

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

R = 39.53%
G = 33.72%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88745C (or 0x88745C) is known color: Cement. HEX triplet: 88, 74 and 5C. RGB value is (136,116,92). Sum of RGB (Red+Green+Blue) = 136+116+92=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #88745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88745C is #778BA3. Grayscale: #777777. Windows color (decimal): -7834532 or 6059144. OLE color: 6059144.

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

Color convert

RGB 136 116 92 -
CMYK 0 0.15 0.32 0.47
HSL 32.73º 0.19% 0.45% -
HSV(B) 32.73º 0.32% 0.53% -
XYZ 18.33 18.5 12.73 -
YUV 119.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 136 116 92 0 0.15 0.32 0.47 32.73 0.19 0.45
Hex 88 74 5C 0 F 20 2F 21 13 2D
Octal 210 164 134 0 17 40 57 41 23 55
Binary 10001000 1110100 1011100 0 1111 100000 101111 100001 10011 101101

Color Harmonies of #88745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88745C

Black with #88745C

Text Example


Text Example

White with #88745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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