Html Css Color HEX #738786 Gumbo

📋 copy color: '#738786'

red 115 ◦ green 135 ◦ blue 134

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

Shades of Gumbo #738786

Tints of Gumbo #738786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 29.95%
G = 35.16%
B = 34.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#738786 (or 0x738786) is known color: Gumbo. HEX triplet: 73, 87 and 86. RGB value is (115,135,134). Sum of RGB (Red+Green+Blue) = 115+135+134=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #738786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738786 is #8C7879. Grayscale: #808080. Windows color (decimal): -9205882 or 8816499. OLE color: 8816499.

HSL color Cylindrical-coordinate representation of color #738786: hue angle of 177º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #738786 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 135 134 -
CMYK 0.15 0 0.01 0.47
HSL 177º 0.08% 0.49% -
HSV(B) 177º 0.15% 0.53% -
XYZ 20.04 22.69 25.88 -
YUV 128.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 115 135 134 0.15 0 0.01 0.47 177 0.08 0.49
Hex 73 87 86 F 0 1 2F B1 8 31
Octal 163 207 206 17 0 1 57 261 10 61
Binary 1110011 10000111 10000110 1111 0 1 101111 10110001 1000 110001

Color Harmonies of #738786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738786

Black with #738786

Text Example


Text Example

White with #738786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738786; }

 p { color: rgb(115,135,134); }

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

background-color css

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

 a { background-color: rgb(115,135,134); }

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

border-color css

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

 span { border-color: rgb(115,135,134); }

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