#789775

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

Shades of Amulet #789775

Tints of Amulet #789775

Color information

#789775 (or 0x789775) is unknown color: approx Amulet. HEX triplet: 78, 97 and 75. RGB value is (120,151,117). Sum of RGB (Red+Green+Blue) = 120+151+117=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #789775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789775 is #87688A. Grayscale: #898989. Windows color (decimal): -8874123 or 7706488. OLE color: 7706488.

HSL color Cylindrical-coordinate representation of color #789775: hue angle of 114.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789775 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB120151117-
CMYK0.2100.230.41
HSL114.71º14.05%52.55%-
HSV(B)114.71º22.52%59.22%-
XYZ22.0227.4120.96-
YUV137.85116.23115.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=30.93%
G=38.92%
B=30.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201511170.2100.230.41114.7114.0552.55
Hex789775150172973e35
Octal17022716525027511631665
Binary11110001001011111101011010101011110100111100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789775; }

 p { color: rgb(120,151,117); }

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

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

 a { background-color: rgb(120,151,117); }

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

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

 span { border-color: rgb(120,151,117); }

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