#778275

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

Shades of Spanish Green #778275

Tints of Spanish Green #778275

Color information

#778275 (or 0x778275) is unknown color: approx Spanish Green. HEX triplet: 77, 82 and 75. RGB value is (119,130,117). Sum of RGB (Red+Green+Blue) = 119+130+117=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #778275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778275 is #887D8A. Grayscale: #7D7D7D. Windows color (decimal): -8945035 or 7701111. OLE color: 7701111.

HSL color Cylindrical-coordinate representation of color #778275: hue angle of 110.77º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #778275 is Cyan = 0.08, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB119130117-
CMYK0.0800.10.49
HSL110.77º5.26%48.43%-
HSV(B)110.77º10%50.98%-
XYZ18.821.1719.93-
YUV125.23123.36123.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=32.51%
G=35.52%
B=31.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191301170.0800.10.49110.775.2648.43
Hex77827580A316f530
Octal1672021651001261157560
Binary11101111000001011101011000010101100011101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778275; }

 p { color: rgb(119,130,117); }

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

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

 a { background-color: rgb(119,130,117); }

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

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

 span { border-color: rgb(119,130,117); }

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