Html Css Color HEX #749180 Oxley

📋 copy color: '#749180'

red 116 ◦ green 145 ◦ blue 128

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

Shades of Oxley #749180

Tints of Oxley #749180

RGB

 RED value IS 116 (45.7% from 255) = 29.82%

 GREEN value IS 145 (57.03% from 255) = 37.28%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 29.82%
G = 37.28%
B = 32.9%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#749180 (or 0x749180) is known color: Oxley. HEX triplet: 74, 91 and 80. RGB value is (116,145,128). Sum of RGB (Red+Green+Blue) = 116+145+128=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #749180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749180 is #8B6E7F. Grayscale: #868686. Windows color (decimal): -9137792 or 8425844. OLE color: 8425844.

HSL color Cylindrical-coordinate representation of color #749180: hue angle of 144.83º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #749180 is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 128 -
CMYK 0.2 0 0.12 0.43
HSL 144.83º 0.12% 0.51% -
HSV(B) 144.83º 0.2% 0.57% -
XYZ 21.22 25.52 24.23 -
YUV 134.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 116 145 128 0.2 0 0.12 0.43 144.83 0.12 0.51
Hex 74 91 80 14 0 C 2B 91 C 33
Octal 164 221 200 24 0 14 53 221 14 63
Binary 1110100 10010001 10000000 10100 0 1100 101011 10010001 1100 110011

Color Harmonies of #749180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749180

Black with #749180

Text Example


Text Example

White with #749180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749180; }

 p { color: rgb(116,145,128); }

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

background-color css

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

 a { background-color: rgb(116,145,128); }

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

border-color css

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

 span { border-color: rgb(116,145,128); }

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