#6D7878

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

Shades of Nevada #6D7878

Tints of Nevada #6D7878

Color information

#6D7878 (or 0x6D7878) is unknown color: approx Nevada. HEX triplet: 6D, 78 and 78. RGB value is (109,120,120). Sum of RGB (Red+Green+Blue) = 109+120+120=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #6D7878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7878 is #928787. Grayscale: #747474. Windows color (decimal): -9602952 or 7895149. OLE color: 7895149.

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

Color convert

RGB109120120-
CMYK0.09000.53
HSL180º4.8%44.9%-
HSV(B)180º9.17%47.06%-
XYZ16.4118.0420.39-
YUV116.71129.86122.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=31.23%
G=34.38%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091201200.09000.531804.844.9
Hex6D787890035b452d
Octal155170170110065264555
Binary11011011111000111100010010011010110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,120); }

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

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

 a { background-color: rgb(109,120,120); }

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

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

 span { border-color: rgb(109,120,120); }

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