Html Css Color HEX #627272 Nevada

📋 copy color: '#627272'

red 98 ◦ green 114 ◦ blue 114

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

Shades of Nevada #627272

Tints of Nevada #627272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 30.06%
G = 34.97%
B = 34.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#627272 (or 0x627272) is known color: Nevada. HEX triplet: 62, 72 and 72. RGB value is (98,114,114). Sum of RGB (Red+Green+Blue) = 98+114+114=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #627272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627272 is #9D8D8D. Grayscale: #6D6D6D. Windows color (decimal): -10325390 or 7500386. OLE color: 7500386.

HSL color Cylindrical-coordinate representation of color #627272: hue angle of 180º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #627272 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 114 114 -
CMYK 0.14 0 0 0.55
HSL 180º 0.08% 0.42% -
HSV(B) 180º 0.14% 0.45% -
XYZ 14.09 15.85 18.24 -
YUV 109.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 98 114 114 0.14 0 0 0.55 180 0.08 0.42
Hex 62 72 72 E 0 0 37 B4 8 2A
Octal 142 162 162 16 0 0 67 264 10 52
Binary 1100010 1110010 1110010 1110 0 0 110111 10110100 1000 101010

Color Harmonies of #627272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627272

Black with #627272

Text Example


Text Example

White with #627272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627272; }

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

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

background-color css

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

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

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

border-color css

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

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

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