Html Css Color HEX #707958 Finch

📋 copy color: '#707958'

red 112 ◦ green 121 ◦ blue 88

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

Shades of Finch #707958

Tints of Finch #707958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 34.89%
G = 37.69%
B = 27.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#707958 (or 0x707958) is known color: Finch. HEX triplet: 70, 79 and 58. RGB value is (112,121,88). Sum of RGB (Red+Green+Blue) = 112+121+88=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #707958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707958 is #8F86A7. Grayscale: #727272. Windows color (decimal): -9406120 or 5798256. OLE color: 5798256.

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

Color convert

RGB 112 121 88 -
CMYK 0.07 0 0.27 0.53
HSL 76.36º 0.16% 0.41% -
HSV(B) 76.36º 0.27% 0.47% -
XYZ 15.28 17.82 11.87 -
YUV 114.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 112 121 88 0.07 0 0.27 0.53 76.36 0.16 0.41
Hex 70 79 58 7 0 1B 35 4C 10 29
Octal 160 171 130 7 0 33 65 114 20 51
Binary 1110000 1111001 1011000 111 0 11011 110101 1001100 10000 101001

Color Harmonies of #707958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707958

Black with #707958

Text Example


Text Example

White with #707958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707958; }

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

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

background-color css

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

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

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

border-color css

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

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

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