Html Css Color HEX #7D9C80 Oxley

📋 copy color: '#7D9C80'

red 125 ◦ green 156 ◦ blue 128

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

Shades of Oxley #7D9C80

Tints of Oxley #7D9C80

RGB

 RED value IS 125 (49.22% from 255) = 30.56%

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 30.56%
G = 38.14%
B = 31.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#7D9C80 (or 0x7D9C80) is known color: Oxley. HEX triplet: 7D, 9C and 80. RGB value is (125,156,128). Sum of RGB (Red+Green+Blue) = 125+156+128=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9C80 is #82637F. Grayscale: #8F8F8F. Windows color (decimal): -8545152 or 8428669. OLE color: 8428669.

HSL color Cylindrical-coordinate representation of color #7D9C80: hue angle of 125.81º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D9C80 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 156 128 -
CMYK 0.20 0 0.18 0.39
HSL 125.81º 0.14% 0.55% -
HSV(B) 125.81º 0.2% 0.61% -
XYZ 24.24 29.7 24.88 -
YUV 143.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 125 156 128 0.20 0 0.18 0.39 125.81 0.14 0.55
Hex 7D 9C 80 14 0 12 27 7E E 37
Octal 175 234 200 24 0 22 47 176 16 67
Binary 1111101 10011100 10000000 10100 0 10010 100111 1111110 1110 110111

Color Harmonies of #7D9C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9C80

Black with #7D9C80

Text Example


Text Example

White with #7D9C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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