#768652

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

Shades of Finch #768652

Tints of Finch #768652

Color information

#768652 (or 0x768652) is unknown color: approx Finch. HEX triplet: 76, 86 and 52. RGB value is (118,134,82). Sum of RGB (Red+Green+Blue) = 118+134+82=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #768652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768652 is #8979AD. Grayscale: #7B7B7B. Windows color (decimal): -9009582 or 5408374. OLE color: 5408374.

HSL color Cylindrical-coordinate representation of color #768652: hue angle of 78.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768652 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB11813482-
CMYK0.1200.390.47
HSL78.46º24.07%42.35%-
HSV(B)78.46º38.81%52.55%-
XYZ17.5221.5111.21-
YUV123.29104.7124.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=35.33%
G=40.12%
B=24.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134820.1200.390.4778.4624.0742.35
Hex768652C0272F4e182a
Octal16620612214047571163052
Binary111011010000110101001011000100111101111100111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768652; }

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

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

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

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

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

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

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

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