Html Css Color HEX #738481 Gumbo

📋 copy color: '#738481'

red 115 ◦ green 132 ◦ blue 129

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

Shades of Gumbo #738481

Tints of Gumbo #738481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 30.59%
G = 35.11%
B = 34.31%

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

#738481 (or 0x738481) is known color: Gumbo. HEX triplet: 73, 84 and 81. RGB value is (115,132,129). Sum of RGB (Red+Green+Blue) = 115+132+129=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #738481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738481 is #8C7B7E. Grayscale: #7E7E7E. Windows color (decimal): -9206655 or 8488051. OLE color: 8488051.

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

Color convert

RGB 115 132 129 -
CMYK 0.13 0 0.02 0.48
HSL 169.41º 0.07% 0.48% -
HSV(B) 169.41º 0.13% 0.52% -
XYZ 19.28 21.73 23.95 -
YUV 126.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 115 132 129 0.13 0 0.02 0.48 169.41 0.07 0.48
Hex 73 84 81 D 0 2 30 A9 7 30
Octal 163 204 201 15 0 2 60 251 7 60
Binary 1110011 10000100 10000001 1101 0 10 110000 10101001 111 110000

Color Harmonies of #738481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738481

Black with #738481

Text Example


Text Example

White with #738481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738481; }

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

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

background-color css

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

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

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

border-color css

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

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

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