Html Css Color HEX #748983 Gumbo

📋 copy color: '#748983'

red 116 ◦ green 137 ◦ blue 131

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

Shades of Gumbo #748983

Tints of Gumbo #748983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

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

R = 30.21%
G = 35.68%
B = 34.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#748983 (or 0x748983) is known color: Gumbo. HEX triplet: 74, 89 and 83. RGB value is (116,137,131). Sum of RGB (Red+Green+Blue) = 116+137+131=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #748983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748983 is #8B767C. Grayscale: #828282. Windows color (decimal): -9139837 or 8620404. OLE color: 8620404.

HSL color Cylindrical-coordinate representation of color #748983: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748983 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 131 -
CMYK 0.15 0 0.04 0.46
HSL 162.86º 0.08% 0.5% -
HSV(B) 162.86º 0.15% 0.54% -
XYZ 20.24 23.24 24.89 -
YUV 130.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 116 137 131 0.15 0 0.04 0.46 162.86 0.08 0.5
Hex 74 89 83 F 0 4 2E A3 8 32
Octal 164 211 203 17 0 4 56 243 10 62
Binary 1110100 10001001 10000011 1111 0 100 101110 10100011 1000 110010

Color Harmonies of #748983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748983

Black with #748983

Text Example


Text Example

White with #748983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748983; }

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

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

background-color css

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

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

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

border-color css

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

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

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