Html Css Color HEX #88765E Cement

📋 copy color: '#88765E'

red 136 ◦ green 118 ◦ blue 94

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

Shades of Cement #88765E

Tints of Cement #88765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 39.08%
G = 33.91%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88765E (or 0x88765E) is known color: Cement. HEX triplet: 88, 76 and 5E. RGB value is (136,118,94). Sum of RGB (Red+Green+Blue) = 136+118+94=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88765E is #7789A1. Grayscale: #787878. Windows color (decimal): -7834018 or 6190728. OLE color: 6190728.

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

Color convert

RGB 136 118 94 -
CMYK 0 0.13 0.31 0.47
HSL 34.29º 0.18% 0.45% -
HSV(B) 34.29º 0.31% 0.53% -
XYZ 18.65 19 13.27 -
YUV 120.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 136 118 94 0 0.13 0.31 0.47 34.29 0.18 0.45
Hex 88 76 5E 0 D 1F 2F 22 12 2D
Octal 210 166 136 0 15 37 57 42 22 55
Binary 10001000 1110110 1011110 0 1101 11111 101111 100010 10010 101101

Color Harmonies of #88765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88765E

Black with #88765E

Text Example


Text Example

White with #88765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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