Html Css Color HEX #627777 Nevada

📋 copy color: '#627777'

red 98 ◦ green 119 ◦ blue 119

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

Shades of Nevada #627777

Tints of Nevada #627777

RGB

 RED value IS 98 (38.67% from 255) = 29.17%

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 29.17%
G = 35.42%
B = 35.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#627777 (or 0x627777) is known color: Nevada. HEX triplet: 62, 77 and 77. RGB value is (98,119,119). Sum of RGB (Red+Green+Blue) = 98+119+119=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #627777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627777 is #9D8888. Grayscale: #707070. Windows color (decimal): -10324105 or 7829346. OLE color: 7829346.

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

Color convert

RGB 98 119 119 -
CMYK 0.18 0 0 0.53
HSL 180º 0.1% 0.43% -
HSV(B) 180º 0.18% 0.47% -
XYZ 14.96 17.12 19.97 -
YUV 112.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 98 119 119 0.18 0 0 0.53 180 0.1 0.43
Hex 62 77 77 12 0 0 35 B4 A 2B
Octal 142 167 167 22 0 0 65 264 12 53
Binary 1100010 1110111 1110111 10010 0 0 110101 10110100 1010 101011

Color Harmonies of #627777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627777

Black with #627777

Text Example


Text Example

White with #627777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627777; }

 p { color: rgb(98,119,119); }

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

background-color css

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

 a { background-color: rgb(98,119,119); }

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

border-color css

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

 span { border-color: rgb(98,119,119); }

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