#667B7C

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

Shades of Nevada #667B7C

Tints of Nevada #667B7C

Color information

#667B7C (or 0x667B7C) is unknown color: approx Nevada. HEX triplet: 66, 7B and 7C. RGB value is (102,123,124). Sum of RGB (Red+Green+Blue) = 102+123+124=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #667B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B7C is #998483. Grayscale: #747474. Windows color (decimal): -10060932 or 8158054. OLE color: 8158054.

HSL color Cylindrical-coordinate representation of color #667B7C: hue angle of 182.73º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667B7C is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB102123124-
CMYK0.180.0100.51
HSL182.73º9.73%44.31%-
HSV(B)182.73º17.74%48.63%-
XYZ16.218.4521.78-
YUV116.83132.04117.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=29.23%
G=35.24%
B=35.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021231240.180.0100.51182.739.7344.31
Hex667B7C121033b7a2c
Octal1461731742210632671254
Binary1100110111101111111001001010110011101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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