Html Css Color HEX #738680 Gumbo

📋 copy color: '#738680'

red 115 ◦ green 134 ◦ blue 128

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

Shades of Gumbo #738680

Tints of Gumbo #738680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 30.5%
G = 35.54%
B = 33.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#738680 (or 0x738680) is known color: Gumbo. HEX triplet: 73, 86 and 80. RGB value is (115,134,128). Sum of RGB (Red+Green+Blue) = 115+134+128=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #738680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738680 is #8C797F. Grayscale: #7F7F7F. Windows color (decimal): -9206144 or 8423027. OLE color: 8423027.

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

Color convert

RGB 115 134 128 -
CMYK 0.14 0 0.04 0.47
HSL 161.05º 0.08% 0.49% -
HSV(B) 161.05º 0.14% 0.53% -
XYZ 19.49 22.25 23.69 -
YUV 127.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 115 134 128 0.14 0 0.04 0.47 161.05 0.08 0.49
Hex 73 86 80 E 0 4 2F A1 8 31
Octal 163 206 200 16 0 4 57 241 10 61
Binary 1110011 10000110 10000000 1110 0 100 101111 10100001 1000 110001

Color Harmonies of #738680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738680

Black with #738680

Text Example


Text Example

White with #738680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738680; }

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

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

background-color css

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

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

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

border-color css

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

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

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