Html Css Color HEX #738483 Gumbo

📋 copy color: '#738483'

red 115 ◦ green 132 ◦ blue 131

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

Shades of Gumbo #738483

Tints of Gumbo #738483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 30.42%
G = 34.92%
B = 34.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#738483 (or 0x738483) is known color: Gumbo. HEX triplet: 73, 84 and 83. RGB value is (115,132,131). Sum of RGB (Red+Green+Blue) = 115+132+131=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #738483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738483 is #8C7B7C. Grayscale: #7E7E7E. Windows color (decimal): -9206653 or 8619123. OLE color: 8619123.

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

Color convert

RGB 115 132 131 -
CMYK 0.13 0 0.01 0.48
HSL 176.47º 0.07% 0.48% -
HSV(B) 176.47º 0.13% 0.52% -
XYZ 19.42 21.79 24.65 -
YUV 126.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 115 132 131 0.13 0 0.01 0.48 176.47 0.07 0.48
Hex 73 84 83 D 0 1 30 B0 7 30
Octal 163 204 203 15 0 1 60 260 7 60
Binary 1110011 10000100 10000011 1101 0 1 110000 10110000 111 110000

Color Harmonies of #738483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738483

Black with #738483

Text Example


Text Example

White with #738483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738483; }

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

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

background-color css

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

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

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

border-color css

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

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

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