Html Css Color HEX #738482 Gumbo

📋 copy color: '#738482'

red 115 ◦ green 132 ◦ blue 130

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

Shades of Gumbo #738482

Tints of Gumbo #738482

RGB

 RED value IS 115 (45.31% from 255) = 30.5%

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 30.5%
G = 35.01%
B = 34.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#738482 (or 0x738482) is known color: Gumbo. HEX triplet: 73, 84 and 82. RGB value is (115,132,130). Sum of RGB (Red+Green+Blue) = 115+132+130=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #738482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738482 is #8C7B7D. Grayscale: #7E7E7E. Windows color (decimal): -9206654 or 8553587. OLE color: 8553587.

HSL color Cylindrical-coordinate representation of color #738482: hue angle of 172.94º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #738482 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 132 130 -
CMYK 0.13 0 0.02 0.48
HSL 172.94º 0.07% 0.48% -
HSV(B) 172.94º 0.13% 0.52% -
XYZ 19.35 21.76 24.3 -
YUV 126.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 115 132 130 0.13 0 0.02 0.48 172.94 0.07 0.48
Hex 73 84 82 D 0 2 30 AD 7 30
Octal 163 204 202 15 0 2 60 255 7 60
Binary 1110011 10000100 10000010 1101 0 10 110000 10101101 111 110000

Color Harmonies of #738482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738482

Black with #738482

Text Example


Text Example

White with #738482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738482; }

 p { color: rgb(115,132,130); }

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

background-color css

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

 a { background-color: rgb(115,132,130); }

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

border-color css

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

 span { border-color: rgb(115,132,130); }

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