Html Css Color HEX #788A75 Spanish Green

📋 copy color: '#788A75'

red 120 ◦ green 138 ◦ blue 117

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

Shades of Spanish Green #788A75

Tints of Spanish Green #788A75

RGB

 RED value IS 120 (47.27% from 255) = 32%

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 32%
G = 36.8%
B = 31.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#788A75 (or 0x788A75) is known color: Spanish Green. HEX triplet: 78, 8A and 75. RGB value is (120,138,117). Sum of RGB (Red+Green+Blue) = 120+138+117=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #788A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A75 is #87758A. Grayscale: #828282. Windows color (decimal): -8877451 or 7703160. OLE color: 7703160.

HSL color Cylindrical-coordinate representation of color #788A75: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788A75 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 117 -
CMYK 0.13 0 0.15 0.46
HSL 111.43º 0.08% 0.5% -
HSV(B) 111.43º 0.15% 0.54% -
XYZ 20.05 23.45 20.3 -
YUV 130.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 120 138 117 0.13 0 0.15 0.46 111.43 0.08 0.5
Hex 78 8A 75 D 0 F 2E 6F 8 32
Octal 170 212 165 15 0 17 56 157 10 62
Binary 1111000 10001010 1110101 1101 0 1111 101110 1101111 1000 110010

Color Harmonies of #788A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A75

Black with #788A75

Text Example


Text Example

White with #788A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788A75; }

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

 H1.HeaderClassName
 {
   color: #788A75;
 }
 .AnyTagClassName
 {
   color: #788A75;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #788A75;
 }
 .BgClassName
 {
   background-color: #788A75;
 }
</style>

border-color css

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

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

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