Html Css Color HEX #738C7E Oxley

📋 copy color: '#738C7E'

red 115 ◦ green 140 ◦ blue 126

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

Shades of Oxley #738C7E

Tints of Oxley #738C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 30.18%
G = 36.75%
B = 33.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#738C7E (or 0x738C7E) is known color: Oxley. HEX triplet: 73, 8C and 7E. RGB value is (115,140,126). Sum of RGB (Red+Green+Blue) = 115+140+126=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 140 - color contains mainly: green. Hex color #738C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C7E is #8C7381. Grayscale: #828282. Windows color (decimal): -9204610 or 8293491. OLE color: 8293491.

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

Color convert

RGB 115 140 126 -
CMYK 0.18 0 0.10 0.45
HSL 146.4º 0.1% 0.5% -
HSV(B) 146.4º 0.18% 0.55% -
XYZ 20.21 23.91 23.29 -
YUV 130.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 115 140 126 0.18 0 0.10 0.45 146.4 0.1 0.5
Hex 73 8C 7E 12 0 A 2D 92 A 32
Octal 163 214 176 22 0 12 55 222 12 62
Binary 1110011 10001100 1111110 10010 0 1010 101101 10010010 1010 110010

Color Harmonies of #738C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C7E

Black with #738C7E

Text Example


Text Example

White with #738C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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