Html Css Color HEX #707C4D Finch

📋 copy color: '#707C4D'

red 112 ◦ green 124 ◦ blue 77

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

Shades of Finch #707C4D

Tints of Finch #707C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 35.78%
G = 39.62%
B = 24.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#707C4D (or 0x707C4D) is known color: Finch. HEX triplet: 70, 7C and 4D. RGB value is (112,124,77). Sum of RGB (Red+Green+Blue) = 112+124+77=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #707C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C4D is #8F83B2. Grayscale: #737373. Windows color (decimal): -9405363 or 5078128. OLE color: 5078128.

HSL color Cylindrical-coordinate representation of color #707C4D: hue angle of 75.32º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #707C4D is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 77 -
CMYK 0.10 0 0.38 0.51
HSL 75.32º 0.23% 0.39% -
HSV(B) 75.32º 0.38% 0.49% -
XYZ 15.23 18.4 9.77 -
YUV 115.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 112 124 77 0.10 0 0.38 0.51 75.32 0.23 0.39
Hex 70 7C 4D A 0 26 33 4B 17 27
Octal 160 174 115 12 0 46 63 113 27 47
Binary 1110000 1111100 1001101 1010 0 100110 110011 1001011 10111 100111

Color Harmonies of #707C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C4D

Black with #707C4D

Text Example


Text Example

White with #707C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707C4D; }

 p { color: rgb(112,124,77); }

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

background-color css

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

 a { background-color: rgb(112,124,77); }

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

border-color css

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

 span { border-color: rgb(112,124,77); }

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