Html Css Color HEX #757C4A Finch

📋 copy color: '#757C4A'

red 117 ◦ green 124 ◦ blue 74

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

Shades of Finch #757C4A

Tints of Finch #757C4A

RGB

 RED value IS 117 (46.09% from 255) = 37.14%

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

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 37.14%
G = 39.37%
B = 23.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#757C4A (or 0x757C4A) is known color: Finch. HEX triplet: 75, 7C and 4A. RGB value is (117,124,74). Sum of RGB (Red+Green+Blue) = 117+124+74=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #757C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757C4A is #8A83B5. Grayscale: #747474. Windows color (decimal): -9077686 or 4881525. OLE color: 4881525.

HSL color Cylindrical-coordinate representation of color #757C4A: hue angle of 68.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757C4A is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 74 -
CMYK 0.06 0 0.40 0.51
HSL 68.4º 0.25% 0.39% -
HSV(B) 68.4º 0.4% 0.49% -
XYZ 15.78 18.69 9.25 -
YUV 116.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 117 124 74 0.06 0 0.40 0.51 68.4 0.25 0.39
Hex 75 7C 4A 6 0 28 33 44 19 27
Octal 165 174 112 6 0 50 63 104 31 47
Binary 1110101 1111100 1001010 110 0 101000 110011 1000100 11001 100111

Color Harmonies of #757C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C4A

Black with #757C4A

Text Example


Text Example

White with #757C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757C4A; }

 p { color: rgb(117,124,74); }

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

background-color css

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

 a { background-color: rgb(117,124,74); }

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

border-color css

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

 span { border-color: rgb(117,124,74); }

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