Html Css Color HEX #707553 Finch

📋 copy color: '#707553'

red 112 ◦ green 117 ◦ blue 83

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

Shades of Finch #707553

Tints of Finch #707553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 35.9%
G = 37.5%
B = 26.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#707553 (or 0x707553) is known color: Finch. HEX triplet: 70, 75 and 53. RGB value is (112,117,83). Sum of RGB (Red+Green+Blue) = 112+117+83=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #707553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707553 is #8F8AAC. Grayscale: #6F6F6F. Windows color (decimal): -9407149 or 5469552. OLE color: 5469552.

HSL color Cylindrical-coordinate representation of color #707553: hue angle of 68.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707553 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 83 -
CMYK 0.04 0 0.29 0.54
HSL 68.82º 0.17% 0.39% -
HSV(B) 68.82º 0.29% 0.46% -
XYZ 14.6 16.79 10.66 -
YUV 111.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 112 117 83 0.04 0 0.29 0.54 68.82 0.17 0.39
Hex 70 75 53 4 0 1D 36 45 11 27
Octal 160 165 123 4 0 35 66 105 21 47
Binary 1110000 1110101 1010011 100 0 11101 110110 1000101 10001 100111

Color Harmonies of #707553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707553

Black with #707553

Text Example


Text Example

White with #707553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707553; }

 p { color: rgb(112,117,83); }

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

background-color css

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

 a { background-color: rgb(112,117,83); }

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

border-color css

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

 span { border-color: rgb(112,117,83); }

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