Html Css Color HEX #70777B Lynch

📋 copy color: '#70777B'

red 112 ◦ green 119 ◦ blue 123

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

Shades of Lynch #70777B

Tints of Lynch #70777B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 31.64%
G = 33.62%
B = 34.75%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70777B (or 0x70777B) is known color: Lynch. HEX triplet: 70, 77 and 7B. RGB value is (112,119,123). Sum of RGB (Red+Green+Blue) = 112+119+123=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #70777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70777B is #8F8884. Grayscale: #757575. Windows color (decimal): -9406597 or 8091504. OLE color: 8091504.

HSL color Cylindrical-coordinate representation of color #70777B: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70777B is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 119 123 -
CMYK 0.09 0.03 0 0.52
HSL 201.82º 0.05% 0.46% -
HSV(B) 201.82º 0.09% 0.48% -
XYZ 16.85 18.07 21.34 -
YUV 117.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 112 119 123 0.09 0.03 0 0.52 201.82 0.05 0.46
Hex 70 77 7B 9 3 0 34 CA 5 2E
Octal 160 167 173 11 3 0 64 312 5 56
Binary 1110000 1110111 1111011 1001 11 0 110100 11001010 101 101110

Color Harmonies of #70777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70777B

Black with #70777B

Text Example


Text Example

White with #70777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70777B; }

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

 H1.HeaderClassName
 {
   color: #70777B;
 }
 .AnyTagClassName
 {
   color: #70777B;
 }
</style>

background-color css

<style>
 a { background-color: #70777B; }

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

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

border-color css

<style>
 span { border-color: #70777B; }

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

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