Html Css Color HEX #657476 Nevada

📋 copy color: '#657476'

red 101 ◦ green 116 ◦ blue 118

#657476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #657476

Tints of Nevada #657476

RGB

 RED value IS 101 (39.84% from 255) = 30.15%

 GREEN value IS 116 (45.7% from 255) = 34.63%

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 30.15%
G = 34.63%
B = 35.22%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#657476 (or 0x657476) is known color: Nevada. HEX triplet: 65, 74 and 76. RGB value is (101,116,118). Sum of RGB (Red+Green+Blue) = 101+116+118=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 118 - color contains mainly: blue. Hex color #657476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657476 is #9A8B89. Grayscale: #6F6F6F. Windows color (decimal): -10128266 or 7763045. OLE color: 7763045.

HSL color Cylindrical-coordinate representation of color #657476: hue angle of 187.06º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657476 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 116 118 -
CMYK 0.14 0.02 0 0.54
HSL 187.06º 0.08% 0.43% -
HSV(B) 187.06º 0.14% 0.46% -
XYZ 14.88 16.57 19.55 -
YUV 111.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 101 116 118 0.14 0.02 0 0.54 187.06 0.08 0.43
Hex 65 74 76 E 2 0 36 BB 8 2B
Octal 145 164 166 16 2 0 66 273 10 53
Binary 1100101 1110100 1110110 1110 10 0 110110 10111011 1000 101011

Color Harmonies of #657476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657476

Black with #657476

Text Example


Text Example

White with #657476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657476; }

 p { color: rgb(101,116,118); }

 H1.HeaderClassName
 {
   color: #657476;
 }
 .AnyTagClassName
 {
   color: #657476;
 }
</style>

background-color css

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

 a { background-color: rgb(101,116,118); }

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

border-color css

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

 span { border-color: rgb(101,116,118); }

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