Html Css Color HEX #7D9385 Oxley

📋 copy color: '#7D9385'

red 125 ◦ green 147 ◦ blue 133

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

Shades of Oxley #7D9385

Tints of Oxley #7D9385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 30.86%
G = 36.3%
B = 32.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#7D9385 (or 0x7D9385) is known color: Oxley. HEX triplet: 7D, 93 and 85. RGB value is (125,147,133). Sum of RGB (Red+Green+Blue) = 125+147+133=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9385 is #826C7A. Grayscale: #8A8A8A. Windows color (decimal): -8547451 or 8754045. OLE color: 8754045.

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

Color convert

RGB 125 147 133 -
CMYK 0.15 0 0.10 0.42
HSL 141.82º 0.09% 0.53% -
HSV(B) 141.82º 0.15% 0.58% -
XYZ 23.12 26.92 26.17 -
YUV 138.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 125 147 133 0.15 0 0.10 0.42 141.82 0.09 0.53
Hex 7D 93 85 F 0 A 2A 8E 9 35
Octal 175 223 205 17 0 12 52 216 11 65
Binary 1111101 10010011 10000101 1111 0 1010 101010 10001110 1001 110101

Color Harmonies of #7D9385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9385

Black with #7D9385

Text Example


Text Example

White with #7D9385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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