Html Css Color HEX #738B7E Oxley

📋 copy color: '#738B7E'

red 115 ◦ green 139 ◦ blue 126

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

Shades of Oxley #738B7E

Tints of Oxley #738B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 30.26%
G = 36.58%
B = 33.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#738B7E (or 0x738B7E) is known color: Oxley. HEX triplet: 73, 8B and 7E. RGB value is (115,139,126). Sum of RGB (Red+Green+Blue) = 115+139+126=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #738B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B7E is #8C7481. Grayscale: #828282. Windows color (decimal): -9204866 or 8293235. OLE color: 8293235.

HSL color Cylindrical-coordinate representation of color #738B7E: hue angle of 147.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738B7E is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 139 126 -
CMYK 0.17 0 0.09 0.45
HSL 147.5º 0.09% 0.5% -
HSV(B) 147.5º 0.17% 0.55% -
XYZ 20.07 23.62 23.24 -
YUV 130.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 115 139 126 0.17 0 0.09 0.45 147.5 0.09 0.5
Hex 73 8B 7E 11 0 9 2D 94 9 32
Octal 163 213 176 21 0 11 55 224 11 62
Binary 1110011 10001011 1111110 10001 0 1001 101101 10010100 1001 110010

Color Harmonies of #738B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738B7E

Black with #738B7E

Text Example


Text Example

White with #738B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738B7E; }

 p { color: rgb(115,139,126); }

 H1.HeaderClassName
 {
   color: #738B7E;
 }
 .AnyTagClassName
 {
   color: #738B7E;
 }
</style>

background-color css

<style>
 a { background-color: #738B7E; }

 a { background-color: rgb(115,139,126); }

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

border-color css

<style>
 span { border-color: #738B7E; }

 span { border-color: rgb(115,139,126); }

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