Html Css Color HEX #707C85 Lynch

📋 copy color: '#707C85'

red 112 ◦ green 124 ◦ blue 133

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

Shades of Lynch #707C85

Tints of Lynch #707C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 30.35%
G = 33.6%
B = 36.04%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707C85 (or 0x707C85) is known color: Lynch. HEX triplet: 70, 7C and 85. RGB value is (112,124,133). Sum of RGB (Red+Green+Blue) = 112+124+133=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #707C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C85 is #8F837A. Grayscale: #797979. Windows color (decimal): -9405307 or 8748144. OLE color: 8748144.

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

Color convert

RGB 112 124 133 -
CMYK 0.16 0.07 0 0.48
HSL 205.71º 0.09% 0.48% -
HSV(B) 205.71º 0.16% 0.52% -
XYZ 18.12 19.55 25.01 -
YUV 121.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 112 124 133 0.16 0.07 0 0.48 205.71 0.09 0.48
Hex 70 7C 85 10 7 0 30 CE 9 30
Octal 160 174 205 20 7 0 60 316 11 60
Binary 1110000 1111100 10000101 10000 111 0 110000 11001110 1001 110000

Color Harmonies of #707C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C85

Black with #707C85

Text Example


Text Example

White with #707C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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