Html Css Color HEX #627A7B Nevada

📋 copy color: '#627A7B'

red 98 ◦ green 122 ◦ blue 123

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

Shades of Nevada #627A7B

Tints of Nevada #627A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 28.57%
G = 35.57%
B = 35.86%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#627A7B (or 0x627A7B) is known color: Nevada. HEX triplet: 62, 7A and 7B. RGB value is (98,122,123). Sum of RGB (Red+Green+Blue) = 98+122+123=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #627A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A7B is #9D8584. Grayscale: #727272. Windows color (decimal): -10323333 or 8092258. OLE color: 8092258.

HSL color Cylindrical-coordinate representation of color #627A7B: hue angle of 182.4º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #627A7B is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 122 123 -
CMYK 0.20 0.01 0 0.52
HSL 182.4º 0.11% 0.43% -
HSV(B) 182.4º 0.2% 0.48% -
XYZ 15.57 17.95 21.38 -
YUV 114.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 98 122 123 0.20 0.01 0 0.52 182.4 0.11 0.43
Hex 62 7A 7B 14 1 0 34 B6 B 2B
Octal 142 172 173 24 1 0 64 266 13 53
Binary 1100010 1111010 1111011 10100 1 0 110100 10110110 1011 101011

Color Harmonies of #627A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A7B

Black with #627A7B

Text Example


Text Example

White with #627A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A7B; }

 p { color: rgb(98,122,123); }

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

background-color css

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

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

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

border-color css

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

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

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