Html Css Color HEX #8A807E Suva Grey

📋 copy color: '#8A807E'

red 138 ◦ green 128 ◦ blue 126

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

Shades of Suva Grey #8A807E

Tints of Suva Grey #8A807E

RGB

 RED value IS 138 (54.3% from 255) = 35.2%

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

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 35.2%
G = 32.65%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A807E (or 0x8A807E) is known color: Suva Grey. HEX triplet: 8A, 80 and 7E. RGB value is (138,128,126). Sum of RGB (Red+Green+Blue) = 138+128+126=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A807E is #757F81. Grayscale: #828282. Windows color (decimal): -7700354 or 8290442. OLE color: 8290442.

HSL color Cylindrical-coordinate representation of color #8A807E: hue angle of 10º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A807E is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 128 126 -
CMYK 0 0.07 0.09 0.46
HSL 10º 0.05% 0.52% -
HSV(B) 10º 0.09% 0.54% -
XYZ 21.97 22.35 22.89 -
YUV 130.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 138 128 126 0 0.07 0.09 0.46 10 0.05 0.52
Hex 8A 80 7E 0 7 9 2E A 5 34
Octal 212 200 176 0 7 11 56 12 5 64
Binary 10001010 10000000 1111110 0 111 1001 101110 1010 101 110100

Color Harmonies of #8A807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A807E

Black with #8A807E

Text Example


Text Example

White with #8A807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A807E; }

 p { color: rgb(138,128,126); }

 H1.HeaderClassName
 {
   color: #8A807E;
 }
 .AnyTagClassName
 {
   color: #8A807E;
 }
</style>

background-color css

<style>
 a { background-color: #8A807E; }

 a { background-color: rgb(138,128,126); }

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

border-color css

<style>
 span { border-color: #8A807E; }

 span { border-color: rgb(138,128,126); }

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