Html Css Color HEX #738B7D Oxley

📋 copy color: '#738B7D'

red 115 ◦ green 139 ◦ blue 125

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

Shades of Oxley #738B7D

Tints of Oxley #738B7D

RGB

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

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

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

R = 30.34%
G = 36.68%
B = 32.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#738B7D (or 0x738B7D) is known color: Oxley. HEX triplet: 73, 8B and 7D. RGB value is (115,139,125). Sum of RGB (Red+Green+Blue) = 115+139+125=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 139 - color contains mainly: green. Hex color #738B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B7D is #8C7482. Grayscale: #828282. Windows color (decimal): -9204867 or 8227699. OLE color: 8227699.

HSL color Cylindrical-coordinate representation of color #738B7D: hue angle of 145º 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 #738B7D is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 139 125 -
CMYK 0.17 0 0.10 0.45
HSL 145º 0.09% 0.5% -
HSV(B) 145º 0.17% 0.55% -
XYZ 20 23.59 22.9 -
YUV 130.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 115 139 125 0.17 0 0.10 0.45 145 0.09 0.5
Hex 73 8B 7D 11 0 A 2D 91 9 32
Octal 163 213 175 21 0 12 55 221 11 62
Binary 1110011 10001011 1111101 10001 0 1010 101101 10010001 1001 110010

Color Harmonies of #738B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738B7D

Black with #738B7D

Text Example


Text Example

White with #738B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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