Html Css Color HEX #749783 Oxley

📋 copy color: '#749783'

red 116 ◦ green 151 ◦ blue 131

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

Shades of Oxley #749783

Tints of Oxley #749783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 29.15%
G = 37.94%
B = 32.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#749783 (or 0x749783) is known color: Oxley. HEX triplet: 74, 97 and 83. RGB value is (116,151,131). Sum of RGB (Red+Green+Blue) = 116+151+131=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #749783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749783 is #8B687C. Grayscale: #8A8A8A. Windows color (decimal): -9136253 or 8623988. OLE color: 8623988.

HSL color Cylindrical-coordinate representation of color #749783: hue angle of 145.71º 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 #749783 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 131 -
CMYK 0.23 0 0.13 0.41
HSL 145.71º 0.14% 0.52% -
HSV(B) 145.71º 0.23% 0.59% -
XYZ 22.37 27.48 25.6 -
YUV 138.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 116 151 131 0.23 0 0.13 0.41 145.71 0.14 0.52
Hex 74 97 83 17 0 D 29 92 E 34
Octal 164 227 203 27 0 15 51 222 16 64
Binary 1110100 10010111 10000011 10111 0 1101 101001 10010010 1110 110100

Color Harmonies of #749783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749783

Black with #749783

Text Example


Text Example

White with #749783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749783; }

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

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

background-color css

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

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

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

border-color css

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

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

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