Html Css Color HEX #707A82 Lynch

📋 copy color: '#707A82'

red 112 ◦ green 122 ◦ blue 130

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

Shades of Lynch #707A82

Tints of Lynch #707A82

RGB

 RED value IS 112 (44.14% from 255) = 30.77%

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

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 30.77%
G = 33.52%
B = 35.71%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707A82 (or 0x707A82) is known color: Lynch. HEX triplet: 70, 7A and 82. RGB value is (112,122,130). Sum of RGB (Red+Green+Blue) = 112+122+130=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #707A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A82 is #8F857D. Grayscale: #777777. Windows color (decimal): -9405822 or 8551024. OLE color: 8551024.

HSL color Cylindrical-coordinate representation of color #707A82: hue angle of 206.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707A82 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 122 130 -
CMYK 0.14 0.06 0 0.49
HSL 206.67º 0.07% 0.47% -
HSV(B) 206.67º 0.14% 0.51% -
XYZ 17.67 18.98 23.85 -
YUV 119.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 112 122 130 0.14 0.06 0 0.49 206.67 0.07 0.47
Hex 70 7A 82 E 6 0 31 CF 7 2F
Octal 160 172 202 16 6 0 61 317 7 57
Binary 1110000 1111010 10000010 1110 110 0 110001 11001111 111 101111

Color Harmonies of #707A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A82

Black with #707A82

Text Example


Text Example

White with #707A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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