Html Css Color HEX #749880 Oxley

📋 copy color: '#749880'

red 116 ◦ green 152 ◦ blue 128

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

Shades of Oxley #749880

Tints of Oxley #749880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.38%

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

R = 29.29%
G = 38.38%
B = 32.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#749880 (or 0x749880) is known color: Oxley. HEX triplet: 74, 98 and 80. RGB value is (116,152,128). Sum of RGB (Red+Green+Blue) = 116+152+128=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #749880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749880 is #8B677F. Grayscale: #8A8A8A. Windows color (decimal): -9136000 or 8427636. OLE color: 8427636.

HSL color Cylindrical-coordinate representation of color #749880: hue angle of 140º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749880 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 128 -
CMYK 0.24 0 0.16 0.40
HSL 140º 0.15% 0.53% -
HSV(B) 140º 0.24% 0.6% -
XYZ 22.33 27.73 24.6 -
YUV 138.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 116 152 128 0.24 0 0.16 0.40 140 0.15 0.53
Hex 74 98 80 18 0 10 28 8C F 35
Octal 164 230 200 30 0 20 50 214 17 65
Binary 1110100 10011000 10000000 11000 0 10000 101000 10001100 1111 110101

Color Harmonies of #749880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749880

Black with #749880

Text Example


Text Example

White with #749880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749880; }

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

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

background-color css

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

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

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

border-color css

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

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

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