Html Css Color HEX #738F7F Oxley

📋 copy color: '#738F7F'

red 115 ◦ green 143 ◦ blue 127

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

Shades of Oxley #738F7F

Tints of Oxley #738F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 29.87%
G = 37.14%
B = 32.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#738F7F (or 0x738F7F) is known color: Oxley. HEX triplet: 73, 8F and 7F. RGB value is (115,143,127). Sum of RGB (Red+Green+Blue) = 115+143+127=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #738F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F7F is #8C7080. Grayscale: #848484. Windows color (decimal): -9203841 or 8359795. OLE color: 8359795.

HSL color Cylindrical-coordinate representation of color #738F7F: hue angle of 145.71º 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 #738F7F is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 143 127 -
CMYK 0.20 0 0.11 0.44
HSL 145.71º 0.11% 0.51% -
HSV(B) 145.71º 0.2% 0.56% -
XYZ 20.72 24.82 23.78 -
YUV 132.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 115 143 127 0.20 0 0.11 0.44 145.71 0.11 0.51
Hex 73 8F 7F 14 0 B 2C 92 B 33
Octal 163 217 177 24 0 13 54 222 13 63
Binary 1110011 10001111 1111111 10100 0 1011 101100 10010010 1011 110011

Color Harmonies of #738F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738F7F

Black with #738F7F

Text Example


Text Example

White with #738F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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