#6F797A

Color #6F797A Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #6F797A

Tints of Nevada #6F797A

Color information

#6F797A (or 0x6F797A) is unknown color: approx Nevada. HEX triplet: 6F, 79 and 7A. RGB value is (111,121,122). Sum of RGB (Red+Green+Blue) = 111+121+122=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F797A is #908685. Grayscale: #767676. Windows color (decimal): -9471622 or 8026479. OLE color: 8026479.

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

Color convert

RGB111121122-
CMYK0.090.0100.52
HSL185.45º4.72%45.69%-
HSV(B)185.45º9.02%47.84%-
XYZ16.9118.4621.08-
YUV118.12130.19122.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.36%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=31.36%
G=34.18%
B=34.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111211220.090.0100.52185.454.7245.69
Hex6F797A91034b952e
Octal157171172111064271556
Binary11011111111001111101010011011010010111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F797A; }

 p { color: rgb(111,121,122); }

 H1.HeaderClassName
 {
   color: #6F797A;
 }
 .AnyTagClassName
 {
   color: #6F797A;
 }
</style>
background-color css

<style>
 a { background-color: #6F797A; }

 a { background-color: rgb(111,121,122); }

 div.DivClassName
 {
   background-color: #6F797A;
 }
 .BgClassName
 {
   background-color: #6F797A;
 }
</style>
border-color css

<style>
 span { border-color: #6F797A; }

 span { border-color: rgb(111,121,122); }

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