Html Css Color HEX #748784 Gumbo

📋 copy color: '#748784'

red 116 ◦ green 135 ◦ blue 132

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

Shades of Gumbo #748784

Tints of Gumbo #748784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 30.29%
G = 35.25%
B = 34.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#748784 (or 0x748784) is known color: Gumbo. HEX triplet: 74, 87 and 84. RGB value is (116,135,132). Sum of RGB (Red+Green+Blue) = 116+135+132=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 135 - color contains mainly: green. Hex color #748784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748784 is #8B787B. Grayscale: #808080. Windows color (decimal): -9140348 or 8685428. OLE color: 8685428.

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

Color convert

RGB 116 135 132 -
CMYK 0.14 0 0.02 0.47
HSL 170.53º 0.08% 0.49% -
HSV(B) 170.53º 0.14% 0.53% -
XYZ 20.03 22.71 25.16 -
YUV 128.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 116 135 132 0.14 0 0.02 0.47 170.53 0.08 0.49
Hex 74 87 84 E 0 2 2F AB 8 31
Octal 164 207 204 16 0 2 57 253 10 61
Binary 1110100 10000111 10000100 1110 0 10 101111 10101011 1000 110001

Color Harmonies of #748784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748784

Black with #748784

Text Example


Text Example

White with #748784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748784; }

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

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

background-color css

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

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

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

border-color css

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

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

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