Html Css Color HEX #759089 Gumbo

📋 copy color: '#759089'

red 117 ◦ green 144 ◦ blue 137

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

Shades of Gumbo #759089

Tints of Gumbo #759089

RGB

 RED value IS 117 (46.09% from 255) = 29.4%

 GREEN value IS 144 (56.64% from 255) = 36.18%

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

R = 29.4%
G = 36.18%
B = 34.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#759089 (or 0x759089) is known color: Gumbo. HEX triplet: 75, 90 and 89. RGB value is (117,144,137). Sum of RGB (Red+Green+Blue) = 117+144+137=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #759089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759089 is #8A6F76. Grayscale: #878787. Windows color (decimal): -9072503 or 9015413. OLE color: 9015413.

HSL color Cylindrical-coordinate representation of color #759089: hue angle of 164.44º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759089 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 137 -
CMYK 0.19 0 0.05 0.44
HSL 164.44º 0.11% 0.51% -
HSV(B) 164.44º 0.19% 0.56% -
XYZ 21.82 25.53 27.45 -
YUV 135.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 117 144 137 0.19 0 0.05 0.44 164.44 0.11 0.51
Hex 75 90 89 13 0 5 2C A4 B 33
Octal 165 220 211 23 0 5 54 244 13 63
Binary 1110101 10010000 10001001 10011 0 101 101100 10100100 1011 110011

Color Harmonies of #759089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759089

Black with #759089

Text Example


Text Example

White with #759089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759089; }

 p { color: rgb(117,144,137); }

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

background-color css

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

 a { background-color: rgb(117,144,137); }

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

border-color css

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

 span { border-color: rgb(117,144,137); }

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