Html Css Color HEX #808F8B Granny Smith

📋 copy color: '#808F8B'

red 128 ◦ green 143 ◦ blue 139

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

Shades of Granny Smith #808F8B

Tints of Granny Smith #808F8B

RGB

 RED value IS 128 (50.39% from 255) = 31.22%

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 31.22%
G = 34.88%
B = 33.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#808F8B (or 0x808F8B) is known color: Granny Smith. HEX triplet: 80, 8F and 8B. RGB value is (128,143,139). Sum of RGB (Red+Green+Blue) = 128+143+139=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 143 - color contains mainly: green. Hex color #808F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808F8B is #7F7074. Grayscale: #8A8A8A. Windows color (decimal): -8351861 or 9146240. OLE color: 9146240.

HSL color Cylindrical-coordinate representation of color #808F8B: hue angle of 164º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808F8B is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 143 139 -
CMYK 0.10 0 0.03 0.44
HSL 164º 0.06% 0.53% -
HSV(B) 164º 0.1% 0.56% -
XYZ 23.38 26.1 28.23 -
YUV 138.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 128 143 139 0.10 0 0.03 0.44 164 0.06 0.53
Hex 80 8F 8B A 0 3 2C A4 6 35
Octal 200 217 213 12 0 3 54 244 6 65
Binary 10000000 10001111 10001011 1010 0 11 101100 10100100 110 110101

Color Harmonies of #808F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808F8B

Black with #808F8B

Text Example


Text Example

White with #808F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808F8B; }

 p { color: rgb(128,143,139); }

 H1.HeaderClassName
 {
   color: #808F8B;
 }
 .AnyTagClassName
 {
   color: #808F8B;
 }
</style>

background-color css

<style>
 a { background-color: #808F8B; }

 a { background-color: rgb(128,143,139); }

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

border-color css

<style>
 span { border-color: #808F8B; }

 span { border-color: rgb(128,143,139); }

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