#677272

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

Shades of Nevada #677272

Tints of Nevada #677272

Color information

#677272 (or 0x677272) is unknown color: approx Nevada. HEX triplet: 67, 72 and 72. RGB value is (103,114,114). Sum of RGB (Red+Green+Blue) = 103+114+114=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #677272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677272 is #988D8D. Grayscale: #6E6E6E. Windows color (decimal): -9997710 or 7500391. OLE color: 7500391.

HSL color Cylindrical-coordinate representation of color #677272: hue angle of 180º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677272 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB103114114-
CMYK0.10000.55
HSL180º5.07%42.55%-
HSV(B)180º9.65%44.71%-
XYZ14.6516.1318.26-
YUV110.71129.86122.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=31.12%
G=34.44%
B=34.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031141140.10000.551805.0742.55
Hex677272A0037b452b
Octal147162162120067264553
Binary11001111110010111001010100011011110110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677272; }

 p { color: rgb(103,114,114); }

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

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

 a { background-color: rgb(103,114,114); }

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

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

 span { border-color: rgb(103,114,114); }

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