Html Css Color HEX #757A53 Finch

📋 copy color: '#757A53'

red 117 ◦ green 122 ◦ blue 83

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

Shades of Finch #757A53

Tints of Finch #757A53

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 36.34%
G = 37.89%
B = 25.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#757A53 (or 0x757A53) is known color: Finch. HEX triplet: 75, 7A and 53. RGB value is (117,122,83). Sum of RGB (Red+Green+Blue) = 117+122+83=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 122 - color contains mainly: green. Hex color #757A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A53 is #8A85AC. Grayscale: #747474. Windows color (decimal): -9078189 or 5470837. OLE color: 5470837.

HSL color Cylindrical-coordinate representation of color #757A53: hue angle of 67.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757A53 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 122 83 -
CMYK 0.04 0 0.32 0.52
HSL 67.69º 0.19% 0.4% -
HSV(B) 67.69º 0.32% 0.48% -
XYZ 15.86 18.33 10.89 -
YUV 116.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 117 122 83 0.04 0 0.32 0.52 67.69 0.19 0.4
Hex 75 7A 53 4 0 20 34 44 13 28
Octal 165 172 123 4 0 40 64 104 23 50
Binary 1110101 1111010 1010011 100 0 100000 110100 1000100 10011 101000

Color Harmonies of #757A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A53

Black with #757A53

Text Example


Text Example

White with #757A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,122,83); }

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

background-color css

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

 a { background-color: rgb(117,122,83); }

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

border-color css

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

 span { border-color: rgb(117,122,83); }

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