Html Css Color HEX #748D89 Gumbo

📋 copy color: '#748D89'

red 116 ◦ green 141 ◦ blue 137

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

Shades of Gumbo #748D89

Tints of Gumbo #748D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 29.44%
G = 35.79%
B = 34.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#748D89 (or 0x748D89) is known color: Gumbo. HEX triplet: 74, 8D and 89. RGB value is (116,141,137). Sum of RGB (Red+Green+Blue) = 116+141+137=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #748D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748D89 is #8B7276. Grayscale: #858585. Windows color (decimal): -9138807 or 9014644. OLE color: 9014644.

HSL color Cylindrical-coordinate representation of color #748D89: hue angle of 170.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748D89 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 141 137 -
CMYK 0.18 0 0.03 0.45
HSL 170.4º 0.1% 0.5% -
HSV(B) 170.4º 0.18% 0.55% -
XYZ 21.24 24.57 27.29 -
YUV 133.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 116 141 137 0.18 0 0.03 0.45 170.4 0.1 0.5
Hex 74 8D 89 12 0 3 2D AA A 32
Octal 164 215 211 22 0 3 55 252 12 62
Binary 1110100 10001101 10001001 10010 0 11 101101 10101010 1010 110010

Color Harmonies of #748D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D89

Black with #748D89

Text Example


Text Example

White with #748D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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