Html Css Color HEX #73977D Oxley

📋 copy color: '#73977D'

red 115 ◦ green 151 ◦ blue 125

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

Shades of Oxley #73977D

Tints of Oxley #73977D

RGB

 RED value IS 115 (45.31% from 255) = 29.41%

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 29.41%
G = 38.62%
B = 31.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#73977D (or 0x73977D) is known color: Oxley. HEX triplet: 73, 97 and 7D. RGB value is (115,151,125). Sum of RGB (Red+Green+Blue) = 115+151+125=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #73977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73977D is #8C6882. Grayscale: #898989. Windows color (decimal): -9201795 or 8230771. OLE color: 8230771.

HSL color Cylindrical-coordinate representation of color #73977D: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73977D is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 151 125 -
CMYK 0.24 0 0.17 0.41
HSL 136.67º 0.15% 0.52% -
HSV(B) 136.67º 0.24% 0.59% -
XYZ 21.84 27.26 23.51 -
YUV 137.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 115 151 125 0.24 0 0.17 0.41 136.67 0.15 0.52
Hex 73 97 7D 18 0 11 29 89 F 34
Octal 163 227 175 30 0 21 51 211 17 64
Binary 1110011 10010111 1111101 11000 0 10001 101001 10001001 1111 110100

Color Harmonies of #73977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73977D

Black with #73977D

Text Example


Text Example

White with #73977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73977D; }

 p { color: rgb(115,151,125); }

 H1.HeaderClassName
 {
   color: #73977D;
 }
 .AnyTagClassName
 {
   color: #73977D;
 }
</style>

background-color css

<style>
 a { background-color: #73977D; }

 a { background-color: rgb(115,151,125); }

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

border-color css

<style>
 span { border-color: #73977D; }

 span { border-color: rgb(115,151,125); }

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