Html Css Color HEX #707B81 Lynch

📋 copy color: '#707B81'

red 112 ◦ green 123 ◦ blue 129

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

Shades of Lynch #707B81

Tints of Lynch #707B81

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

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

R = 30.77%
G = 33.79%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707B81 (or 0x707B81) is known color: Lynch. HEX triplet: 70, 7B and 81. RGB value is (112,123,129). Sum of RGB (Red+Green+Blue) = 112+123+129=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 129 - color contains mainly: blue. Hex color #707B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B81 is #8F847E. Grayscale: #787878. Windows color (decimal): -9405567 or 8485744. OLE color: 8485744.

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

Color convert

RGB 112 123 129 -
CMYK 0.13 0.05 0 0.49
HSL 201.18º 0.07% 0.47% -
HSV(B) 201.18º 0.13% 0.51% -
XYZ 17.73 19.2 23.54 -
YUV 120.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 112 123 129 0.13 0.05 0 0.49 201.18 0.07 0.47
Hex 70 7B 81 D 5 0 31 C9 7 2F
Octal 160 173 201 15 5 0 61 311 7 57
Binary 1110000 1111011 10000001 1101 101 0 110001 11001001 111 101111

Color Harmonies of #707B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B81

Black with #707B81

Text Example


Text Example

White with #707B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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