Html Css Color HEX #707750 Finch

📋 copy color: '#707750'

red 112 ◦ green 119 ◦ blue 80

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

Shades of Finch #707750

Tints of Finch #707750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

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

R = 36.01%
G = 38.26%
B = 25.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#707750 (or 0x707750) is known color: Finch. HEX triplet: 70, 77 and 50. RGB value is (112,119,80). Sum of RGB (Red+Green+Blue) = 112+119+80=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #707750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707750 is #8F88AF. Grayscale: #707070. Windows color (decimal): -9406640 or 5273456. OLE color: 5273456.

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

Color convert

RGB 112 119 80 -
CMYK 0.06 0 0.33 0.53
HSL 70.77º 0.2% 0.39% -
HSV(B) 70.77º 0.33% 0.47% -
XYZ 14.73 17.22 10.14 -
YUV 112.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 112 119 80 0.06 0 0.33 0.53 70.77 0.2 0.39
Hex 70 77 50 6 0 21 35 47 14 27
Octal 160 167 120 6 0 41 65 107 24 47
Binary 1110000 1110111 1010000 110 0 100001 110101 1000111 10100 100111

Color Harmonies of #707750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707750

Black with #707750

Text Example


Text Example

White with #707750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707750; }

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

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

background-color css

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

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

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

border-color css

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

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

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