Html Css Color HEX #757E46 Finch

📋 copy color: '#757E46'

red 117 ◦ green 126 ◦ blue 70

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

Shades of Finch #757E46

Tints of Finch #757E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 37.38%
G = 40.26%
B = 22.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#757E46 (or 0x757E46) is known color: Finch. HEX triplet: 75, 7E and 46. RGB value is (117,126,70). Sum of RGB (Red+Green+Blue) = 117+126+70=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #757E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E46 is #8A81B9. Grayscale: #757575. Windows color (decimal): -9077178 or 4619893. OLE color: 4619893.

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

Color convert

RGB 117 126 70 -
CMYK 0.07 0 0.44 0.51
HSL 69.64º 0.29% 0.38% -
HSV(B) 69.64º 0.44% 0.49% -
XYZ 15.9 19.15 8.65 -
YUV 116.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 117 126 70 0.07 0 0.44 0.51 69.64 0.29 0.38
Hex 75 7E 46 7 0 2C 33 46 1D 26
Octal 165 176 106 7 0 54 63 106 35 46
Binary 1110101 1111110 1000110 111 0 101100 110011 1000110 11101 100110

Color Harmonies of #757E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E46

Black with #757E46

Text Example


Text Example

White with #757E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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