Html Css Color HEX #749380 Oxley

📋 copy color: '#749380'

red 116 ◦ green 147 ◦ blue 128

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

Shades of Oxley #749380

Tints of Oxley #749380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.6%

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

R = 29.67%
G = 37.6%
B = 32.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#749380 (or 0x749380) is known color: Oxley. HEX triplet: 74, 93 and 80. RGB value is (116,147,128). Sum of RGB (Red+Green+Blue) = 116+147+128=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #749380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749380 is #8B6C7F. Grayscale: #878787. Windows color (decimal): -9137280 or 8426356. OLE color: 8426356.

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

Color convert

RGB 116 147 128 -
CMYK 0.21 0 0.13 0.42
HSL 143.23º 0.13% 0.52% -
HSV(B) 143.23º 0.21% 0.58% -
XYZ 21.53 26.14 24.33 -
YUV 135.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 116 147 128 0.21 0 0.13 0.42 143.23 0.13 0.52
Hex 74 93 80 15 0 D 2A 8F D 34
Octal 164 223 200 25 0 15 52 217 15 64
Binary 1110100 10010011 10000000 10101 0 1101 101010 10001111 1101 110100

Color Harmonies of #749380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749380

Black with #749380

Text Example


Text Example

White with #749380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749380; }

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

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

background-color css

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

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

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

border-color css

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

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

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