Html Css Color HEX #62707A Mid Grey

📋 copy color: '#62707A'

red 98 ◦ green 112 ◦ blue 122

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

Shades of Mid Grey #62707A

Tints of Mid Grey #62707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 29.52%
G = 33.73%
B = 36.75%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62707A (or 0x62707A) is known color: Mid Grey. HEX triplet: 62, 70 and 7A. RGB value is (98,112,122). Sum of RGB (Red+Green+Blue) = 98+112+122=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #62707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62707A is #9D8F85. Grayscale: #6C6C6C. Windows color (decimal): -10325894 or 8024162. OLE color: 8024162.

HSL color Cylindrical-coordinate representation of color #62707A: hue angle of 205º 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 #62707A is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 112 122 -
CMYK 0.20 0.08 0 0.52
HSL 205º 0.11% 0.43% -
HSV(B) 205º 0.2% 0.48% -
XYZ 14.34 15.59 20.67 -
YUV 108.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 98 112 122 0.20 0.08 0 0.52 205 0.11 0.43
Hex 62 70 7A 14 8 0 34 CD B 2B
Octal 142 160 172 24 10 0 64 315 13 53
Binary 1100010 1110000 1111010 10100 1000 0 110100 11001101 1011 101011

Color Harmonies of #62707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62707A

Black with #62707A

Text Example


Text Example

White with #62707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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