Html Css Color HEX #748986 Gumbo

📋 copy color: '#748986'

red 116 ◦ green 137 ◦ blue 134

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

Shades of Gumbo #748986

Tints of Gumbo #748986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 29.97%
G = 35.4%
B = 34.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#748986 (or 0x748986) is known color: Gumbo. HEX triplet: 74, 89 and 86. RGB value is (116,137,134). Sum of RGB (Red+Green+Blue) = 116+137+134=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #748986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748986 is #8B7679. Grayscale: #828282. Windows color (decimal): -9139834 or 8817012. OLE color: 8817012.

HSL color Cylindrical-coordinate representation of color #748986: hue angle of 171.43º 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 #748986 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 134 -
CMYK 0.15 0 0.02 0.46
HSL 171.43º 0.08% 0.5% -
HSV(B) 171.43º 0.15% 0.54% -
XYZ 20.45 23.33 25.98 -
YUV 130.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 116 137 134 0.15 0 0.02 0.46 171.43 0.08 0.5
Hex 74 89 86 F 0 2 2E AB 8 32
Octal 164 211 206 17 0 2 56 253 10 62
Binary 1110100 10001001 10000110 1111 0 10 101110 10101011 1000 110010

Color Harmonies of #748986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748986

Black with #748986

Text Example


Text Example

White with #748986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748986; }

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

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

background-color css

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

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

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

border-color css

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

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

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