Html Css Color HEX #749580 Oxley

📋 copy color: '#749580'

red 116 ◦ green 149 ◦ blue 128

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

Shades of Oxley #749580

Tints of Oxley #749580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

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

R = 29.52%
G = 37.91%
B = 32.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#749580 (or 0x749580) is known color: Oxley. HEX triplet: 74, 95 and 80. RGB value is (116,149,128). Sum of RGB (Red+Green+Blue) = 116+149+128=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #749580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749580 is #8B6A7F. Grayscale: #888888. Windows color (decimal): -9136768 or 8426868. OLE color: 8426868.

HSL color Cylindrical-coordinate representation of color #749580: hue angle of 141.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749580 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 128 -
CMYK 0.22 0 0.14 0.42
HSL 141.82º 0.13% 0.52% -
HSV(B) 141.82º 0.22% 0.58% -
XYZ 21.85 26.77 24.44 -
YUV 136.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 116 149 128 0.22 0 0.14 0.42 141.82 0.13 0.52
Hex 74 95 80 16 0 E 2A 8E D 34
Octal 164 225 200 26 0 16 52 216 15 64
Binary 1110100 10010101 10000000 10110 0 1110 101010 10001110 1101 110100

Color Harmonies of #749580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749580

Black with #749580

Text Example


Text Example

White with #749580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749580; }

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

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

background-color css

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

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

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

border-color css

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

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

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