Html Css Color HEX #707B82 Lynch

📋 copy color: '#707B82'

red 112 ◦ green 123 ◦ blue 130

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

Shades of Lynch #707B82

Tints of Lynch #707B82

RGB

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

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

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

R = 30.68%
G = 33.7%
B = 35.62%

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

#707B82 (or 0x707B82) is known color: Lynch. HEX triplet: 70, 7B and 82. RGB value is (112,123,130). Sum of RGB (Red+Green+Blue) = 112+123+130=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #707B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B82 is #8F847D. Grayscale: #787878. Windows color (decimal): -9405566 or 8551280. OLE color: 8551280.

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

Color convert

RGB 112 123 130 -
CMYK 0.14 0.05 0 0.49
HSL 203.33º 0.07% 0.47% -
HSV(B) 203.33º 0.14% 0.51% -
XYZ 17.79 19.22 23.89 -
YUV 120.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 112 123 130 0.14 0.05 0 0.49 203.33 0.07 0.47
Hex 70 7B 82 E 5 0 31 CB 7 2F
Octal 160 173 202 16 5 0 61 313 7 57
Binary 1110000 1111011 10000010 1110 101 0 110001 11001011 111 101111

Color Harmonies of #707B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B82

Black with #707B82

Text Example


Text Example

White with #707B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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