Html Css Color HEX #707D84 Lynch

📋 copy color: '#707D84'

red 112 ◦ green 125 ◦ blue 132

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

Shades of Lynch #707D84

Tints of Lynch #707D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 30.35%
G = 33.88%
B = 35.77%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707D84 (or 0x707D84) is known color: Lynch. HEX triplet: 70, 7D and 84. RGB value is (112,125,132). Sum of RGB (Red+Green+Blue) = 112+125+132=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #707D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D84 is #8F827B. Grayscale: #797979. Windows color (decimal): -9405052 or 8682864. OLE color: 8682864.

HSL color Cylindrical-coordinate representation of color #707D84: hue angle of 201º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707D84 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 125 132 -
CMYK 0.15 0.05 0 0.48
HSL 201º 0.08% 0.48% -
HSV(B) 201º 0.15% 0.52% -
XYZ 18.18 19.78 24.69 -
YUV 121.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 112 125 132 0.15 0.05 0 0.48 201 0.08 0.48
Hex 70 7D 84 F 5 0 30 C9 8 30
Octal 160 175 204 17 5 0 60 311 10 60
Binary 1110000 1111101 10000100 1111 101 0 110000 11001001 1000 110000

Color Harmonies of #707D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D84

Black with #707D84

Text Example


Text Example

White with #707D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,125,132); }

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

background-color css

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

 a { background-color: rgb(112,125,132); }

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

border-color css

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

 span { border-color: rgb(112,125,132); }

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