Html Css Color HEX #80847D Spanish Green

📋 copy color: '#80847D'

red 128 ◦ green 132 ◦ blue 125

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

Shades of Spanish Green #80847D

Tints of Spanish Green #80847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 33.25%
G = 34.29%
B = 32.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#80847D (or 0x80847D) is known color: Spanish Green. HEX triplet: 80, 84 and 7D. RGB value is (128,132,125). Sum of RGB (Red+Green+Blue) = 128+132+125=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 132 - color contains mainly: green. Hex color #80847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80847D is #7F7B82. Grayscale: #828282. Windows color (decimal): -8354691 or 8225920. OLE color: 8225920.

HSL color Cylindrical-coordinate representation of color #80847D: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #80847D is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 125 -
CMYK 0.03 0 0.05 0.48
HSL 94.29º 0.03% 0.5% -
HSV(B) 94.29º 0.05% 0.52% -
XYZ 20.86 22.57 22.66 -
YUV 130.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 128 132 125 0.03 0 0.05 0.48 94.29 0.03 0.5
Hex 80 84 7D 3 0 5 30 5E 3 32
Octal 200 204 175 3 0 5 60 136 3 62
Binary 10000000 10000100 1111101 11 0 101 110000 1011110 11 110010

Color Harmonies of #80847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80847D

Black with #80847D

Text Example


Text Example

White with #80847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80847D; }

 p { color: rgb(128,132,125); }

 H1.HeaderClassName
 {
   color: #80847D;
 }
 .AnyTagClassName
 {
   color: #80847D;
 }
</style>

background-color css

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

 a { background-color: rgb(128,132,125); }

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

border-color css

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

 span { border-color: rgb(128,132,125); }

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