Html Css Color HEX #757E4D Finch

📋 copy color: '#757E4D'

red 117 ◦ green 126 ◦ blue 77

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

Shades of Finch #757E4D

Tints of Finch #757E4D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.38%

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

R = 36.56%
G = 39.38%
B = 24.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#757E4D (or 0x757E4D) is known color: Finch. HEX triplet: 75, 7E and 4D. RGB value is (117,126,77). Sum of RGB (Red+Green+Blue) = 117+126+77=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #757E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E4D is #8A81B2. Grayscale: #757575. Windows color (decimal): -9077171 or 5078645. OLE color: 5078645.

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

Color convert

RGB 117 126 77 -
CMYK 0.07 0 0.39 0.51
HSL 71.02º 0.24% 0.4% -
HSV(B) 71.02º 0.39% 0.49% -
XYZ 16.14 19.24 9.88 -
YUV 117.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 117 126 77 0.07 0 0.39 0.51 71.02 0.24 0.4
Hex 75 7E 4D 7 0 27 33 47 18 28
Octal 165 176 115 7 0 47 63 107 30 50
Binary 1110101 1111110 1001101 111 0 100111 110011 1000111 11000 101000

Color Harmonies of #757E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E4D

Black with #757E4D

Text Example


Text Example

White with #757E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,126,77); }

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

background-color css

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

 a { background-color: rgb(117,126,77); }

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

border-color css

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

 span { border-color: rgb(117,126,77); }

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