Html Css Color HEX #88765B Cement

📋 copy color: '#88765B'

red 136 ◦ green 118 ◦ blue 91

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

Shades of Cement #88765B

Tints of Cement #88765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.38%

R = 39.42%
G = 34.2%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88765B (or 0x88765B) is known color: Cement. HEX triplet: 88, 76 and 5B. RGB value is (136,118,91). Sum of RGB (Red+Green+Blue) = 136+118+91=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #88765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88765B is #7789A4. Grayscale: #787878. Windows color (decimal): -7834021 or 5994120. OLE color: 5994120.

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

Color convert

RGB 136 118 91 -
CMYK 0 0.13 0.33 0.47
HSL 36º 0.2% 0.45% -
HSV(B) 36º 0.33% 0.53% -
XYZ 18.52 18.95 12.58 -
YUV 120.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 136 118 91 0 0.13 0.33 0.47 36 0.2 0.45
Hex 88 76 5B 0 D 21 2F 24 14 2D
Octal 210 166 133 0 15 41 57 44 24 55
Binary 10001000 1110110 1011011 0 1101 100001 101111 100100 10100 101101

Color Harmonies of #88765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88765B

Black with #88765B

Text Example


Text Example

White with #88765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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