Html Css Color HEX #808A7C Spanish Green

📋 copy color: '#808A7C'

red 128 ◦ green 138 ◦ blue 124

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

Shades of Spanish Green #808A7C

Tints of Spanish Green #808A7C

RGB

 RED value IS 128 (50.39% from 255) = 32.82%

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

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 32.82%
G = 35.38%
B = 31.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#808A7C (or 0x808A7C) is known color: Spanish Green. HEX triplet: 80, 8A and 7C. RGB value is (128,138,124). Sum of RGB (Red+Green+Blue) = 128+138+124=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #808A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A7C is #7F7583. Grayscale: #858585. Windows color (decimal): -8353156 or 8161920. OLE color: 8161920.

HSL color Cylindrical-coordinate representation of color #808A7C: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808A7C is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 138 124 -
CMYK 0.07 0 0.10 0.46
HSL 102.86º 0.06% 0.51% -
HSV(B) 102.86º 0.1% 0.54% -
XYZ 21.63 24.22 22.6 -
YUV 133.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 128 138 124 0.07 0 0.10 0.46 102.86 0.06 0.51
Hex 80 8A 7C 7 0 A 2E 67 6 33
Octal 200 212 174 7 0 12 56 147 6 63
Binary 10000000 10001010 1111100 111 0 1010 101110 1100111 110 110011

Color Harmonies of #808A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A7C

Black with #808A7C

Text Example


Text Example

White with #808A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808A7C; }

 p { color: rgb(128,138,124); }

 H1.HeaderClassName
 {
   color: #808A7C;
 }
 .AnyTagClassName
 {
   color: #808A7C;
 }
</style>

background-color css

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

 a { background-color: rgb(128,138,124); }

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

border-color css

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

 span { border-color: rgb(128,138,124); }

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