#74764B

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

Shades of Finch #74764B

Tints of Finch #74764B

Color information

#74764B (or 0x74764B) is unknown color: approx Finch. HEX triplet: 74, 76 and 4B. RGB value is (116,118,75). Sum of RGB (Red+Green+Blue) = 116+118+75=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #74764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74764B is #8B89B4. Grayscale: #707070. Windows color (decimal): -9144757 or 4945524. OLE color: 4945524.

HSL color Cylindrical-coordinate representation of color #74764B: hue angle of 62.79º 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 #74764B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11611875-
CMYK0.0200.360.54
HSL62.79º22.28%37.84%-
HSV(B)62.79º36.44%46.27%-
XYZ14.9517.189.18-
YUV112.5106.84130.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=37.54%
G=38.19%
B=24.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118750.0200.360.5462.7922.2837.84
Hex74764B2024363f1626
Octal164166113204466772646
Binary11101001110110100101110010010011011011111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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