Html Css Color HEX #678484 Gumbo

📋 copy color: '#678484'

red 103 ◦ green 132 ◦ blue 132

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

Shades of Gumbo #678484

Tints of Gumbo #678484

RGB

 RED value IS 103 (40.63% from 255) = 28.07%

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 28.07%
G = 35.97%
B = 35.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#678484 (or 0x678484) is known color: Gumbo. HEX triplet: 67, 84 and 84. RGB value is (103,132,132). Sum of RGB (Red+Green+Blue) = 103+132+132=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #678484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678484 is #987B7B. Grayscale: #7B7B7B. Windows color (decimal): -9993084 or 8684647. OLE color: 8684647.

HSL color Cylindrical-coordinate representation of color #678484: hue angle of 180º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678484 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 132 -
CMYK 0.22 0 0 0.48
HSL 180º 0.12% 0.46% -
HSV(B) 180º 0.22% 0.52% -
XYZ 18.01 21.05 24.94 -
YUV 123.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 103 132 132 0.22 0 0 0.48 180 0.12 0.46
Hex 67 84 84 16 0 0 30 B4 C 2E
Octal 147 204 204 26 0 0 60 264 14 56
Binary 1100111 10000100 10000100 10110 0 0 110000 10110100 1100 101110

Color Harmonies of #678484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678484

Black with #678484

Text Example


Text Example

White with #678484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678484; }

 p { color: rgb(103,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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