#75764B

Color #75764B Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #75764B

Tints of Finch #75764B

Color information

#75764B (or 0x75764B) is unknown color: approx Finch. HEX triplet: 75, 76 and 4B. RGB value is (117,118,75). Sum of RGB (Red+Green+Blue) = 117+118+75=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #75764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75764B is #8A89B4. Grayscale: #707070. Windows color (decimal): -9079221 or 4945525. OLE color: 4945525.

HSL color Cylindrical-coordinate representation of color #75764B: hue angle of 61.4º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75764B is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11711875-
CMYK0.0100.360.54
HSL61.4º22.28%37.84%-
HSV(B)61.4º36.44%46.27%-
XYZ15.0817.259.19-
YUV112.8106.67131-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=37.74%
G=38.06%
B=24.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118750.0100.360.5461.422.2837.84
Hex75764B1024363d1626
Octal165166113104466752646
Binary1110101111011010010111010010011011011110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75764B; }

 p { color: rgb(117,118,75); }

 H1.HeaderClassName
 {
   color: #75764B;
 }
 .AnyTagClassName
 {
   color: #75764B;
 }
</style>
background-color css

<style>
 a { background-color: #75764B; }

 a { background-color: rgb(117,118,75); }

 div.DivClassName
 {
   background-color: #75764B;
 }
 .BgClassName
 {
   background-color: #75764B;
 }
</style>
border-color css

<style>
 span { border-color: #75764B; }

 span { border-color: rgb(117,118,75); }

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