Html Css Color HEX #627776 Nevada

📋 copy color: '#627776'

red 98 ◦ green 119 ◦ blue 118

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

Shades of Nevada #627776

Tints of Nevada #627776

RGB

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

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

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

R = 29.25%
G = 35.52%
B = 35.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#627776 (or 0x627776) is known color: Nevada. HEX triplet: 62, 77 and 76. RGB value is (98,119,118). Sum of RGB (Red+Green+Blue) = 98+119+118=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #627776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627776 is #9D8889. Grayscale: #707070. Windows color (decimal): -10324106 or 7763810. OLE color: 7763810.

HSL color Cylindrical-coordinate representation of color #627776: hue angle of 177.14º 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 #627776 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 118 -
CMYK 0.18 0 0.01 0.53
HSL 177.14º 0.1% 0.43% -
HSV(B) 177.14º 0.18% 0.47% -
XYZ 14.9 17.1 19.65 -
YUV 112.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 98 119 118 0.18 0 0.01 0.53 177.14 0.1 0.43
Hex 62 77 76 12 0 1 35 B1 A 2B
Octal 142 167 166 22 0 1 65 261 12 53
Binary 1100010 1110111 1110110 10010 0 1 110101 10110001 1010 101011

Color Harmonies of #627776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627776

Black with #627776

Text Example


Text Example

White with #627776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627776; }

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

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

background-color css

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

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

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

border-color css

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

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

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