#768553

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

Shades of Finch #768553

Tints of Finch #768553

Color information

#768553 (or 0x768553) is unknown color: approx Finch. HEX triplet: 76, 85 and 53. RGB value is (118,133,83). Sum of RGB (Red+Green+Blue) = 118+133+83=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #768553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768553 is #897AAC. Grayscale: #7B7B7B. Windows color (decimal): -9009837 or 5473654. OLE color: 5473654.

HSL color Cylindrical-coordinate representation of color #768553: hue angle of 78º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768553 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB11813383-
CMYK0.1100.380.48
HSL78º23.15%42.35%-
HSV(B)78º37.59%52.16%-
XYZ17.4221.2511.37-
YUV122.82105.53124.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=35.33%
G=39.82%
B=24.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133830.1100.380.487823.1542.35
Hex768553B026304e172a
Octal16620512313046601162752
Binary111011010000101101001110110100110110000100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768553; }

 p { color: rgb(118,133,83); }

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

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

 a { background-color: rgb(118,133,83); }

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

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

 span { border-color: rgb(118,133,83); }

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