Html Css Color HEX #738F7C Oxley

📋 copy color: '#738F7C'

red 115 ◦ green 143 ◦ blue 124

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

Shades of Oxley #738F7C

Tints of Oxley #738F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 30.1%
G = 37.43%
B = 32.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#738F7C (or 0x738F7C) is known color: Oxley. HEX triplet: 73, 8F and 7C. RGB value is (115,143,124). Sum of RGB (Red+Green+Blue) = 115+143+124=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #738F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F7C is #8C7083. Grayscale: #848484. Windows color (decimal): -9203844 or 8163187. OLE color: 8163187.

HSL color Cylindrical-coordinate representation of color #738F7C: hue angle of 139.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F7C is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 143 124 -
CMYK 0.20 0 0.13 0.44
HSL 139.29º 0.11% 0.51% -
HSV(B) 139.29º 0.2% 0.56% -
XYZ 20.53 24.75 22.76 -
YUV 132.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 115 143 124 0.20 0 0.13 0.44 139.29 0.11 0.51
Hex 73 8F 7C 14 0 D 2C 8B B 33
Octal 163 217 174 24 0 15 54 213 13 63
Binary 1110011 10001111 1111100 10100 0 1101 101100 10001011 1011 110011

Color Harmonies of #738F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738F7C

Black with #738F7C

Text Example


Text Example

White with #738F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,143,124); }

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

background-color css

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

 a { background-color: rgb(115,143,124); }

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

border-color css

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

 span { border-color: rgb(115,143,124); }

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