Html Css Color HEX #7D9485 Oxley

📋 copy color: '#7D9485'

red 125 ◦ green 148 ◦ blue 133

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

Shades of Oxley #7D9485

Tints of Oxley #7D9485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 30.79%
G = 36.45%
B = 32.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#7D9485 (or 0x7D9485) is known color: Oxley. HEX triplet: 7D, 94 and 85. RGB value is (125,148,133). Sum of RGB (Red+Green+Blue) = 125+148+133=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9485 is #826B7A. Grayscale: #8B8B8B. Windows color (decimal): -8547195 or 8754301. OLE color: 8754301.

HSL color Cylindrical-coordinate representation of color #7D9485: hue angle of 140.87º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D9485 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 133 -
CMYK 0.16 0 0.10 0.42
HSL 140.87º 0.1% 0.54% -
HSV(B) 140.87º 0.16% 0.58% -
XYZ 23.28 27.23 26.22 -
YUV 139.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 125 148 133 0.16 0 0.10 0.42 140.87 0.1 0.54
Hex 7D 94 85 10 0 A 2A 8D A 36
Octal 175 224 205 20 0 12 52 215 12 66
Binary 1111101 10010100 10000101 10000 0 1010 101010 10001101 1010 110110

Color Harmonies of #7D9485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9485

Black with #7D9485

Text Example


Text Example

White with #7D9485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,133); }

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

background-color css

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

 a { background-color: rgb(125,148,133); }

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

border-color css

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

 span { border-color: rgb(125,148,133); }

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