Html Css Color HEX #707354 Finch

📋 copy color: '#707354'

red 112 ◦ green 115 ◦ blue 84

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

Shades of Finch #707354

Tints of Finch #707354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.98%

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

R = 36.01%
G = 36.98%
B = 27.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#707354 (or 0x707354) is known color: Finch. HEX triplet: 70, 73 and 54. RGB value is (112,115,84). Sum of RGB (Red+Green+Blue) = 112+115+84=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #707354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707354 is #8F8CAB. Grayscale: #6E6E6E. Windows color (decimal): -9407660 or 5534576. OLE color: 5534576.

HSL color Cylindrical-coordinate representation of color #707354: hue angle of 65.81º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707354 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 84 -
CMYK 0.03 0 0.27 0.55
HSL 65.81º 0.16% 0.39% -
HSV(B) 65.81º 0.27% 0.45% -
XYZ 14.41 16.35 10.78 -
YUV 110.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 112 115 84 0.03 0 0.27 0.55 65.81 0.16 0.39
Hex 70 73 54 3 0 1B 37 42 10 27
Octal 160 163 124 3 0 33 67 102 20 47
Binary 1110000 1110011 1010100 11 0 11011 110111 1000010 10000 100111

Color Harmonies of #707354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707354

Black with #707354

Text Example


Text Example

White with #707354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707354; }

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

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

background-color css

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

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

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

border-color css

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

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

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