#768152

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

Shades of Finch #768152

Tints of Finch #768152

Color information

#768152 (or 0x768152) is unknown color: approx Finch. HEX triplet: 76, 81 and 52. RGB value is (118,129,82). Sum of RGB (Red+Green+Blue) = 118+129+82=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #768152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768152 is #897EAD. Grayscale: #787878. Windows color (decimal): -9010862 or 5407094. OLE color: 5407094.

HSL color Cylindrical-coordinate representation of color #768152: hue angle of 74.04º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #768152 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB11812982-
CMYK0.0900.360.49
HSL74.04º22.27%41.37%-
HSV(B)74.04º36.43%50.59%-
XYZ16.8420.1610.99-
YUV120.35106.36126.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=35.87%
G=39.21%
B=24.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129820.0900.360.4974.0422.2741.37
Hex7681529024314a1629
Octal16620112211044611122651
Binary111011010000001101001010010100100110001100101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768152; }

 p { color: rgb(118,129,82); }

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

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

 a { background-color: rgb(118,129,82); }

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

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

 span { border-color: rgb(118,129,82); }

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