Html Css Color HEX #678784 Gumbo

📋 copy color: '#678784'

red 103 ◦ green 135 ◦ blue 132

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

Shades of Gumbo #678784

Tints of Gumbo #678784

RGB

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

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

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

R = 27.84%
G = 36.49%
B = 35.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#678784 (or 0x678784) is known color: Gumbo. HEX triplet: 67, 87 and 84. RGB value is (103,135,132). Sum of RGB (Red+Green+Blue) = 103+135+132=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #678784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678784 is #98787B. Grayscale: #7D7D7D. Windows color (decimal): -9992316 or 8685415. OLE color: 8685415.

HSL color Cylindrical-coordinate representation of color #678784: hue angle of 174.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678784 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 135 132 -
CMYK 0.24 0 0.02 0.47
HSL 174.38º 0.13% 0.47% -
HSV(B) 174.38º 0.24% 0.53% -
XYZ 18.42 21.88 25.08 -
YUV 125.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 103 135 132 0.24 0 0.02 0.47 174.38 0.13 0.47
Hex 67 87 84 18 0 2 2F AE D 2F
Octal 147 207 204 30 0 2 57 256 15 57
Binary 1100111 10000111 10000100 11000 0 10 101111 10101110 1101 101111

Color Harmonies of #678784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678784

Black with #678784

Text Example


Text Example

White with #678784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678784; }

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

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

background-color css

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

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

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

border-color css

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

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

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