Html Css Color HEX #778275 Spanish Green

📋 copy color: '#778275'

red 119 ◦ green 130 ◦ blue 117

#778275
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #778275

Tints of Spanish Green #778275

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 value IS 0.08

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#778275 (or 0x778275) is known color: 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

RGB 119 130 117 -
CMYK 0.08 0 0.1 0.49
HSL 110.77º 0.05% 0.48% -
HSV(B) 110.77º 0.1% 0.51% -
XYZ 18.8 21.17 19.93 -
YUV 125.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 119 130 117 0.08 0 0.1 0.49 110.77 0.05 0.48
Hex 77 82 75 8 0 A 31 6F 5 30
Octal 167 202 165 10 0 12 61 157 5 60
Binary 1110111 10000010 1110101 1000 0 1010 110001 1101111 101 110000

Color Harmonies of #778275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778275

Black with #778275

Text Example


Text Example

White with #778275

Text Example


Text Example

HTML Codes & Css Web 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>