#667A7B

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

Shades of Nevada #667A7B

Tints of Nevada #667A7B

Color information

#667A7B (or 0x667A7B) is unknown color: approx Nevada. HEX triplet: 66, 7A and 7B. RGB value is (102,122,123). Sum of RGB (Red+Green+Blue) = 102+122+123=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #667A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A7B is #998584. Grayscale: #747474. Windows color (decimal): -10061189 or 8092262. OLE color: 8092262.

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

Color convert

RGB102122123-
CMYK0.170.0100.52
HSL182.86º9.33%44.12%-
HSV(B)182.86º17.07%48.24%-
XYZ16.0118.1721.4-
YUV116.13131.87117.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=29.39%
G=35.16%
B=35.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021221230.170.0100.52182.869.3344.12
Hex667A7B111034b792c
Octal1461721732110642671154
Binary1100110111101011110111000110110100101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667A7B; }

 p { color: rgb(102,122,123); }

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

<style>
 a { background-color: #667A7B; }

 a { background-color: rgb(102,122,123); }

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

<style>
 span { border-color: #667A7B; }

 span { border-color: rgb(102,122,123); }

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