Html Css Color HEX #707950 Finch

📋 copy color: '#707950'

red 112 ◦ green 121 ◦ blue 80

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

Shades of Finch #707950

Tints of Finch #707950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.66%

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 35.78%
G = 38.66%
B = 25.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#707950 (or 0x707950) is known color: Finch. HEX triplet: 70, 79 and 50. RGB value is (112,121,80). Sum of RGB (Red+Green+Blue) = 112+121+80=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #707950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707950 is #8F86AF. Grayscale: #717171. Windows color (decimal): -9406128 or 5273968. OLE color: 5273968.

HSL color Cylindrical-coordinate representation of color #707950: hue angle of 73.17º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #707950 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 80 -
CMYK 0.07 0 0.34 0.53
HSL 73.17º 0.2% 0.39% -
HSV(B) 73.17º 0.34% 0.47% -
XYZ 14.97 17.7 10.22 -
YUV 113.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 112 121 80 0.07 0 0.34 0.53 73.17 0.2 0.39
Hex 70 79 50 7 0 22 35 49 14 27
Octal 160 171 120 7 0 42 65 111 24 47
Binary 1110000 1111001 1010000 111 0 100010 110101 1001001 10100 100111

Color Harmonies of #707950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707950

Black with #707950

Text Example


Text Example

White with #707950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707950; }

 p { color: rgb(112,121,80); }

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

background-color css

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

 a { background-color: rgb(112,121,80); }

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

border-color css

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

 span { border-color: rgb(112,121,80); }

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