Html Css Color HEX #749382 Oxley

📋 copy color: '#749382'

red 116 ◦ green 147 ◦ blue 130

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

Shades of Oxley #749382

Tints of Oxley #749382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 29.52%
G = 37.4%
B = 33.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#749382 (or 0x749382) is known color: Oxley. HEX triplet: 74, 93 and 82. RGB value is (116,147,130). Sum of RGB (Red+Green+Blue) = 116+147+130=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #749382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749382 is #8B6C7D. Grayscale: #878787. Windows color (decimal): -9137278 or 8557428. OLE color: 8557428.

HSL color Cylindrical-coordinate representation of color #749382: hue angle of 147.1º 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 #749382 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 130 -
CMYK 0.21 0 0.12 0.42
HSL 147.1º 0.13% 0.52% -
HSV(B) 147.1º 0.21% 0.58% -
XYZ 21.67 26.19 25.03 -
YUV 135.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 116 147 130 0.21 0 0.12 0.42 147.1 0.13 0.52
Hex 74 93 82 15 0 C 2A 93 D 34
Octal 164 223 202 25 0 14 52 223 15 64
Binary 1110100 10010011 10000010 10101 0 1100 101010 10010011 1101 110100

Color Harmonies of #749382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749382

Black with #749382

Text Example


Text Example

White with #749382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749382; }

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

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

background-color css

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

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

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

border-color css

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

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

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