Html Css Color HEX #657676 Nevada

📋 copy color: '#657676'

red 101 ◦ green 118 ◦ blue 118

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

Shades of Nevada #657676

Tints of Nevada #657676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.01%

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

R = 29.97%
G = 35.01%
B = 35.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#657676 (or 0x657676) is known color: Nevada. HEX triplet: 65, 76 and 76. RGB value is (101,118,118). Sum of RGB (Red+Green+Blue) = 101+118+118=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #657676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657676 is #9A8989. Grayscale: #707070. Windows color (decimal): -10127754 or 7763557. OLE color: 7763557.

HSL color Cylindrical-coordinate representation of color #657676: hue angle of 180º 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 #657676 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 118 -
CMYK 0.14 0 0 0.54
HSL 180º 0.08% 0.43% -
HSV(B) 180º 0.14% 0.46% -
XYZ 15.12 17.03 19.63 -
YUV 112.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 101 118 118 0.14 0 0 0.54 180 0.08 0.43
Hex 65 76 76 E 0 0 36 B4 8 2B
Octal 145 166 166 16 0 0 66 264 10 53
Binary 1100101 1110110 1110110 1110 0 0 110110 10110100 1000 101011

Color Harmonies of #657676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657676

Black with #657676

Text Example


Text Example

White with #657676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657676; }

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

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

background-color css

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

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

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

border-color css

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

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

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