Html Css Color HEX #748782 Gumbo

📋 copy color: '#748782'

red 116 ◦ green 135 ◦ blue 130

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

Shades of Gumbo #748782

Tints of Gumbo #748782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

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

R = 30.45%
G = 35.43%
B = 34.12%

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

#748782 (or 0x748782) is known color: Gumbo. HEX triplet: 74, 87 and 82. RGB value is (116,135,130). Sum of RGB (Red+Green+Blue) = 116+135+130=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #748782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748782 is #8B787D. Grayscale: #808080. Windows color (decimal): -9140350 or 8554356. OLE color: 8554356.

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

Color convert

RGB 116 135 130 -
CMYK 0.14 0 0.04 0.47
HSL 164.21º 0.08% 0.49% -
HSV(B) 164.21º 0.14% 0.53% -
XYZ 19.9 22.65 24.44 -
YUV 128.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 116 135 130 0.14 0 0.04 0.47 164.21 0.08 0.49
Hex 74 87 82 E 0 4 2F A4 8 31
Octal 164 207 202 16 0 4 57 244 10 61
Binary 1110100 10000111 10000010 1110 0 100 101111 10100100 1000 110001

Color Harmonies of #748782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748782

Black with #748782

Text Example


Text Example

White with #748782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748782; }

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

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

background-color css

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

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

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

border-color css

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

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

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