Html Css Color HEX #738A83 Gumbo

📋 copy color: '#738A83'

red 115 ◦ green 138 ◦ blue 131

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

Shades of Gumbo #738A83

Tints of Gumbo #738A83

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

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

R = 29.95%
G = 35.94%
B = 34.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#738A83 (or 0x738A83) is known color: Gumbo. HEX triplet: 73, 8A and 83. RGB value is (115,138,131). Sum of RGB (Red+Green+Blue) = 115+138+131=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 138 - color contains mainly: green. Hex color #738A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A83 is #8C757C. Grayscale: #828282. Windows color (decimal): -9205117 or 8620659. OLE color: 8620659.

HSL color Cylindrical-coordinate representation of color #738A83: hue angle of 161.74º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738A83 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 138 131 -
CMYK 0.17 0 0.05 0.46
HSL 161.74º 0.09% 0.5% -
HSV(B) 161.74º 0.17% 0.54% -
XYZ 20.26 23.46 24.93 -
YUV 130.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 115 138 131 0.17 0 0.05 0.46 161.74 0.09 0.5
Hex 73 8A 83 11 0 5 2E A2 9 32
Octal 163 212 203 21 0 5 56 242 11 62
Binary 1110011 10001010 10000011 10001 0 101 101110 10100010 1001 110010

Color Harmonies of #738A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A83

Black with #738A83

Text Example


Text Example

White with #738A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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