Html Css Color HEX #749782 Oxley

📋 copy color: '#749782'

red 116 ◦ green 151 ◦ blue 130

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

Shades of Oxley #749782

Tints of Oxley #749782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

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

R = 29.22%
G = 38.04%
B = 32.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#749782 (or 0x749782) is known color: Oxley. HEX triplet: 74, 97 and 82. RGB value is (116,151,130). Sum of RGB (Red+Green+Blue) = 116+151+130=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #749782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749782 is #8B687D. Grayscale: #8A8A8A. Windows color (decimal): -9136254 or 8558452. OLE color: 8558452.

HSL color Cylindrical-coordinate representation of color #749782: hue angle of 144º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749782 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 130 -
CMYK 0.23 0 0.14 0.41
HSL 144º 0.14% 0.52% -
HSV(B) 144º 0.23% 0.59% -
XYZ 22.3 27.46 25.24 -
YUV 138.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 116 151 130 0.23 0 0.14 0.41 144 0.14 0.52
Hex 74 97 82 17 0 E 29 90 E 34
Octal 164 227 202 27 0 16 51 220 16 64
Binary 1110100 10010111 10000010 10111 0 1110 101001 10010000 1110 110100

Color Harmonies of #749782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749782

Black with #749782

Text Example


Text Example

White with #749782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749782; }

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

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

background-color css

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

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

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

border-color css

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

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

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