Html Css Color HEX #748683 Gumbo

📋 copy color: '#748683'

red 116 ◦ green 134 ◦ blue 131

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

Shades of Gumbo #748683

Tints of Gumbo #748683

RGB

 RED value IS 116 (45.7% from 255) = 30.45%

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

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

R = 30.45%
G = 35.17%
B = 34.38%

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

#748683 (or 0x748683) is known color: Gumbo. HEX triplet: 74, 86 and 83. RGB value is (116,134,131). Sum of RGB (Red+Green+Blue) = 116+134+131=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #748683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748683 is #8B797C. Grayscale: #808080. Windows color (decimal): -9140605 or 8619636. OLE color: 8619636.

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

Color convert

RGB 116 134 131 -
CMYK 0.13 0 0.02 0.47
HSL 170º 0.07% 0.49% -
HSV(B) 170º 0.13% 0.53% -
XYZ 19.82 22.4 24.75 -
YUV 128.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 116 134 131 0.13 0 0.02 0.47 170 0.07 0.49
Hex 74 86 83 D 0 2 2F AA 7 31
Octal 164 206 203 15 0 2 57 252 7 61
Binary 1110100 10000110 10000011 1101 0 10 101111 10101010 111 110001

Color Harmonies of #748683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748683

Black with #748683

Text Example


Text Example

White with #748683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748683; }

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

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

background-color css

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

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

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

border-color css

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

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

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