Html Css Color HEX #7F8A7D Spanish Green

📋 copy color: '#7F8A7D'

red 127 ◦ green 138 ◦ blue 125

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

Shades of Spanish Green #7F8A7D

Tints of Spanish Green #7F8A7D

RGB

 RED value IS 127 (50% from 255) = 32.56%

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

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

R = 32.56%
G = 35.38%
B = 32.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#7F8A7D (or 0x7F8A7D) is known color: Spanish Green. HEX triplet: 7F, 8A and 7D. RGB value is (127,138,125). Sum of RGB (Red+Green+Blue) = 127+138+125=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A7D is #807582. Grayscale: #858585. Windows color (decimal): -8418691 or 8227455. OLE color: 8227455.

HSL color Cylindrical-coordinate representation of color #7F8A7D: hue angle of 110.77º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7F8A7D is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 138 125 -
CMYK 0.08 0 0.09 0.46
HSL 110.77º 0.05% 0.52% -
HSV(B) 110.77º 0.09% 0.54% -
XYZ 21.54 24.17 22.93 -
YUV 133.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 127 138 125 0.08 0 0.09 0.46 110.77 0.05 0.52
Hex 7F 8A 7D 8 0 9 2E 6F 5 34
Octal 177 212 175 10 0 11 56 157 5 64
Binary 1111111 10001010 1111101 1000 0 1001 101110 1101111 101 110100

Color Harmonies of #7F8A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8A7D

Black with #7F8A7D

Text Example


Text Example

White with #7F8A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8A7D; }

 p { color: rgb(127,138,125); }

 H1.HeaderClassName
 {
   color: #7F8A7D;
 }
 .AnyTagClassName
 {
   color: #7F8A7D;
 }
</style>

background-color css

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

 a { background-color: rgb(127,138,125); }

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

border-color css

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

 span { border-color: rgb(127,138,125); }

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