Html Css Color HEX #707B83 Lynch

📋 copy color: '#707B83'

red 112 ◦ green 123 ◦ blue 131

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

Shades of Lynch #707B83

Tints of Lynch #707B83

RGB

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

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

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

R = 30.6%
G = 33.61%
B = 35.79%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707B83 (or 0x707B83) is known color: Lynch. HEX triplet: 70, 7B and 83. RGB value is (112,123,131). Sum of RGB (Red+Green+Blue) = 112+123+131=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 131 - color contains mainly: blue. Hex color #707B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B83 is #8F847C. Grayscale: #787878. Windows color (decimal): -9405565 or 8616816. OLE color: 8616816.

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

Color convert

RGB 112 123 131 -
CMYK 0.15 0.06 0 0.49
HSL 205.26º 0.08% 0.48% -
HSV(B) 205.26º 0.15% 0.51% -
XYZ 17.86 19.25 24.25 -
YUV 120.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 112 123 131 0.15 0.06 0 0.49 205.26 0.08 0.48
Hex 70 7B 83 F 6 0 31 CD 8 30
Octal 160 173 203 17 6 0 61 315 10 60
Binary 1110000 1111011 10000011 1111 110 0 110001 11001101 1000 110000

Color Harmonies of #707B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B83

Black with #707B83

Text Example


Text Example

White with #707B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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