Html Css Color HEX #707554 Finch

📋 copy color: '#707554'

red 112 ◦ green 117 ◦ blue 84

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

Shades of Finch #707554

Tints of Finch #707554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.84%

R = 35.78%
G = 37.38%
B = 26.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#707554 (or 0x707554) is known color: Finch. HEX triplet: 70, 75 and 54. RGB value is (112,117,84). Sum of RGB (Red+Green+Blue) = 112+117+84=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #707554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707554 is #8F8AAB. Grayscale: #6F6F6F. Windows color (decimal): -9407148 or 5535088. OLE color: 5535088.

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

Color convert

RGB 112 117 84 -
CMYK 0.04 0 0.28 0.54
HSL 69.09º 0.16% 0.39% -
HSV(B) 69.09º 0.28% 0.46% -
XYZ 14.64 16.81 10.86 -
YUV 111.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 112 117 84 0.04 0 0.28 0.54 69.09 0.16 0.39
Hex 70 75 54 4 0 1C 36 45 10 27
Octal 160 165 124 4 0 34 66 105 20 47
Binary 1110000 1110101 1010100 100 0 11100 110110 1000101 10000 100111

Color Harmonies of #707554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707554

Black with #707554

Text Example


Text Example

White with #707554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707554; }

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

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

background-color css

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

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

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

border-color css

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

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

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