Html Css Color HEX #758683 Gumbo

📋 copy color: '#758683'

red 117 ◦ green 134 ◦ blue 131

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

Shades of Gumbo #758683

Tints of Gumbo #758683

RGB

 RED value IS 117 (46.09% from 255) = 30.63%

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

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

R = 30.63%
G = 35.08%
B = 34.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#758683 (or 0x758683) is known color: Gumbo. HEX triplet: 75, 86 and 83. RGB value is (117,134,131). Sum of RGB (Red+Green+Blue) = 117+134+131=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #758683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758683 is #8A797C. Grayscale: #808080. Windows color (decimal): -9075069 or 8619637. OLE color: 8619637.

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

Color convert

RGB 117 134 131 -
CMYK 0.13 0 0.02 0.47
HSL 169.41º 0.07% 0.49% -
HSV(B) 169.41º 0.13% 0.53% -
XYZ 19.96 22.47 24.76 -
YUV 128.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 117 134 131 0.13 0 0.02 0.47 169.41 0.07 0.49
Hex 75 86 83 D 0 2 2F A9 7 31
Octal 165 206 203 15 0 2 57 251 7 61
Binary 1110101 10000110 10000011 1101 0 10 101111 10101001 111 110001

Color Harmonies of #758683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758683

Black with #758683

Text Example


Text Example

White with #758683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758683; }

 p { color: rgb(117,134,131); }

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

background-color css

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

 a { background-color: rgb(117,134,131); }

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

border-color css

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

 span { border-color: rgb(117,134,131); }

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