Html Css Color HEX #757B41 Finch

📋 copy color: '#757B41'

red 117 ◦ green 123 ◦ blue 65

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

Shades of Finch #757B41

Tints of Finch #757B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 38.36%
G = 40.33%
B = 21.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#757B41 (or 0x757B41) is known color: Finch. HEX triplet: 75, 7B and 41. RGB value is (117,123,65). Sum of RGB (Red+Green+Blue) = 117+123+65=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #757B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B41 is #8A84BE. Grayscale: #727272. Windows color (decimal): -9077951 or 4291445. OLE color: 4291445.

HSL color Cylindrical-coordinate representation of color #757B41: hue angle of 66.21º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757B41 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 65 -
CMYK 0.05 0 0.47 0.52
HSL 66.21º 0.31% 0.37% -
HSV(B) 66.21º 0.47% 0.48% -
XYZ 15.37 18.33 7.73 -
YUV 114.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 117 123 65 0.05 0 0.47 0.52 66.21 0.31 0.37
Hex 75 7B 41 5 0 2F 34 42 1F 25
Octal 165 173 101 5 0 57 64 102 37 45
Binary 1110101 1111011 1000001 101 0 101111 110100 1000010 11111 100101

Color Harmonies of #757B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B41

Black with #757B41

Text Example


Text Example

White with #757B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,123,65); }

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

background-color css

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

 a { background-color: rgb(117,123,65); }

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

border-color css

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

 span { border-color: rgb(117,123,65); }

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