Html Css Color HEX #707C81 Lynch

📋 copy color: '#707C81'

red 112 ◦ green 124 ◦ blue 129

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

Shades of Lynch #707C81

Tints of Lynch #707C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 30.68%
G = 33.97%
B = 35.34%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707C81 (or 0x707C81) is known color: Lynch. HEX triplet: 70, 7C and 81. RGB value is (112,124,129). Sum of RGB (Red+Green+Blue) = 112+124+129=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 129 - color contains mainly: blue. Hex color #707C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C81 is #8F837E. Grayscale: #787878. Windows color (decimal): -9405311 or 8486000. OLE color: 8486000.

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

Color convert

RGB 112 124 129 -
CMYK 0.13 0.04 0 0.49
HSL 197.65º 0.07% 0.47% -
HSV(B) 197.65º 0.13% 0.51% -
XYZ 17.85 19.45 23.58 -
YUV 120.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 112 124 129 0.13 0.04 0 0.49 197.65 0.07 0.47
Hex 70 7C 81 D 4 0 31 C6 7 2F
Octal 160 174 201 15 4 0 61 306 7 57
Binary 1110000 1111100 10000001 1101 100 0 110001 11000110 111 101111

Color Harmonies of #707C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C81

Black with #707C81

Text Example


Text Example

White with #707C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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