Html Css Color HEX #707C82 Lynch

📋 copy color: '#707C82'

red 112 ◦ green 124 ◦ blue 130

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

Shades of Lynch #707C82

Tints of Lynch #707C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 30.6%
G = 33.88%
B = 35.52%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707C82 (or 0x707C82) is known color: Lynch. HEX triplet: 70, 7C and 82. RGB value is (112,124,130). Sum of RGB (Red+Green+Blue) = 112+124+130=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #707C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C82 is #8F837D. Grayscale: #797979. Windows color (decimal): -9405310 or 8551536. OLE color: 8551536.

HSL color Cylindrical-coordinate representation of color #707C82: hue angle of 200º 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 #707C82 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 124 130 -
CMYK 0.14 0.05 0 0.49
HSL 200º 0.07% 0.47% -
HSV(B) 200º 0.14% 0.51% -
XYZ 17.92 19.47 23.93 -
YUV 121.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 112 124 130 0.14 0.05 0 0.49 200 0.07 0.47
Hex 70 7C 82 E 5 0 31 C8 7 2F
Octal 160 174 202 16 5 0 61 310 7 57
Binary 1110000 1111100 10000010 1110 101 0 110001 11001000 111 101111

Color Harmonies of #707C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C82

Black with #707C82

Text Example


Text Example

White with #707C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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