Html Css Color HEX #738682 Gumbo

📋 copy color: '#738682'

red 115 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #738682

Tints of Gumbo #738682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 30.34%
G = 35.36%
B = 34.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#738682 (or 0x738682) is known color: Gumbo. HEX triplet: 73, 86 and 82. RGB value is (115,134,130). Sum of RGB (Red+Green+Blue) = 115+134+130=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #738682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738682 is #8C797D. Grayscale: #7F7F7F. Windows color (decimal): -9206142 or 8554099. OLE color: 8554099.

HSL color Cylindrical-coordinate representation of color #738682: hue angle of 167.37º 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 #738682 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 134 130 -
CMYK 0.14 0 0.03 0.47
HSL 167.37º 0.08% 0.49% -
HSV(B) 167.37º 0.14% 0.53% -
XYZ 19.62 22.31 24.39 -
YUV 127.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 115 134 130 0.14 0 0.03 0.47 167.37 0.08 0.49
Hex 73 86 82 E 0 3 2F A7 8 31
Octal 163 206 202 16 0 3 57 247 10 61
Binary 1110011 10000110 10000010 1110 0 11 101111 10100111 1000 110001

Color Harmonies of #738682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738682

Black with #738682

Text Example


Text Example

White with #738682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738682; }

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

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

background-color css

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

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

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

border-color css

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

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

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