#6F7272

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

Shades of Nevada #6F7272

Tints of Nevada #6F7272

Color information

#6F7272 (or 0x6F7272) is unknown color: approx Nevada. HEX triplet: 6F, 72 and 72. RGB value is (111,114,114). Sum of RGB (Red+Green+Blue) = 111+114+114=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #6F7272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7272 is #908D8D. Grayscale: #717171. Windows color (decimal): -9473422 or 7500399. OLE color: 7500399.

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

Color convert

RGB111114114-
CMYK0.03000.55
HSL180º1.33%44.12%-
HSV(B)180º2.63%44.71%-
XYZ15.6116.6318.31-
YUV113.1128.51126.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=32.74%
G=33.63%
B=33.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111141140.03000.551801.3344.12
Hex6F727230037b412c
Octal15716216230067264154
Binary1101111111001011100101100110111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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