Html Css Color HEX #7D9384 Oxley

📋 copy color: '#7D9384'

red 125 ◦ green 147 ◦ blue 132

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

Shades of Oxley #7D9384

Tints of Oxley #7D9384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 30.94%
G = 36.39%
B = 32.67%

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

#7D9384 (or 0x7D9384) is known color: Oxley. HEX triplet: 7D, 93 and 84. RGB value is (125,147,132). Sum of RGB (Red+Green+Blue) = 125+147+132=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9384 is #826C7B. Grayscale: #8A8A8A. Windows color (decimal): -8547452 or 8688509. OLE color: 8688509.

HSL color Cylindrical-coordinate representation of color #7D9384: hue angle of 139.09º 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 #7D9384 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 132 -
CMYK 0.15 0 0.10 0.42
HSL 139.09º 0.09% 0.53% -
HSV(B) 139.09º 0.15% 0.58% -
XYZ 23.06 26.89 25.81 -
YUV 138.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 125 147 132 0.15 0 0.10 0.42 139.09 0.09 0.53
Hex 7D 93 84 F 0 A 2A 8B 9 35
Octal 175 223 204 17 0 12 52 213 11 65
Binary 1111101 10010011 10000100 1111 0 1010 101010 10001011 1001 110101

Color Harmonies of #7D9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9384

Black with #7D9384

Text Example


Text Example

White with #7D9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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