Html Css Color HEX #707D83 Lynch

📋 copy color: '#707D83'

red 112 ◦ green 125 ◦ blue 131

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

Shades of Lynch #707D83

Tints of Lynch #707D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 30.43%
G = 33.97%
B = 35.6%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707D83 (or 0x707D83) is known color: Lynch. HEX triplet: 70, 7D and 83. RGB value is (112,125,131). Sum of RGB (Red+Green+Blue) = 112+125+131=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #707D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D83 is #8F827C. Grayscale: #797979. Windows color (decimal): -9405053 or 8617328. OLE color: 8617328.

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

Color convert

RGB 112 125 131 -
CMYK 0.15 0.05 0 0.49
HSL 198.95º 0.08% 0.48% -
HSV(B) 198.95º 0.15% 0.51% -
XYZ 18.11 19.75 24.33 -
YUV 121.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 112 125 131 0.15 0.05 0 0.49 198.95 0.08 0.48
Hex 70 7D 83 F 5 0 31 C7 8 30
Octal 160 175 203 17 5 0 61 307 10 60
Binary 1110000 1111101 10000011 1111 101 0 110001 11000111 1000 110000

Color Harmonies of #707D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D83

Black with #707D83

Text Example


Text Example

White with #707D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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