Html Css Color HEX #748682 Gumbo

📋 copy color: '#748682'

red 116 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #748682

Tints of Gumbo #748682

RGB

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

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

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

R = 30.53%
G = 35.26%
B = 34.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#748682 (or 0x748682) is known color: Gumbo. HEX triplet: 74, 86 and 82. RGB value is (116,134,130). Sum of RGB (Red+Green+Blue) = 116+134+130=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #748682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748682 is #8B797D. Grayscale: #808080. Windows color (decimal): -9140606 or 8554100. OLE color: 8554100.

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

Color convert

RGB 116 134 130 -
CMYK 0.13 0 0.03 0.47
HSL 166.67º 0.07% 0.49% -
HSV(B) 166.67º 0.13% 0.53% -
XYZ 19.76 22.37 24.4 -
YUV 128.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 116 134 130 0.13 0 0.03 0.47 166.67 0.07 0.49
Hex 74 86 82 D 0 3 2F A7 7 31
Octal 164 206 202 15 0 3 57 247 7 61
Binary 1110100 10000110 10000010 1101 0 11 101111 10100111 111 110001

Color Harmonies of #748682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748682

Black with #748682

Text Example


Text Example

White with #748682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748682; }

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

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

background-color css

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

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

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

border-color css

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

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

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