Html Css Color HEX #88807F Suva Grey

📋 copy color: '#88807F'

red 136 ◦ green 128 ◦ blue 127

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

Shades of Suva Grey #88807F

Tints of Suva Grey #88807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 34.78%
G = 32.74%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88807F (or 0x88807F) is known color: Suva Grey. HEX triplet: 88, 80 and 7F. RGB value is (136,128,127). Sum of RGB (Red+Green+Blue) = 136+128+127=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #88807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807F is #777F80. Grayscale: #828282. Windows color (decimal): -7831425 or 8355976. OLE color: 8355976.

HSL color Cylindrical-coordinate representation of color #88807F: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88807F is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 127 -
CMYK 0 0.06 0.07 0.47
HSL 6.67º 0.04% 0.52% -
HSV(B) 6.67º 0.07% 0.53% -
XYZ 21.7 22.2 23.22 -
YUV 130.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 136 128 127 0 0.06 0.07 0.47 6.67 0.04 0.52
Hex 88 80 7F 0 6 7 2F 7 4 34
Octal 210 200 177 0 6 7 57 7 4 64
Binary 10001000 10000000 1111111 0 110 111 101111 111 100 110100

Color Harmonies of #88807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88807F

Black with #88807F

Text Example


Text Example

White with #88807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88807F; }

 p { color: rgb(136,128,127); }

 H1.HeaderClassName
 {
   color: #88807F;
 }
 .AnyTagClassName
 {
   color: #88807F;
 }
</style>

background-color css

<style>
 a { background-color: #88807F; }

 a { background-color: rgb(136,128,127); }

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

border-color css

<style>
 span { border-color: #88807F; }

 span { border-color: rgb(136,128,127); }

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