Html Css Color HEX #678785 Gumbo

📋 copy color: '#678785'

red 103 ◦ green 135 ◦ blue 133

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

Shades of Gumbo #678785

Tints of Gumbo #678785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 27.76%
G = 36.39%
B = 35.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#678785 (or 0x678785) is known color: Gumbo. HEX triplet: 67, 87 and 85. RGB value is (103,135,133). Sum of RGB (Red+Green+Blue) = 103+135+133=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #678785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678785 is #98787A. Grayscale: #7D7D7D. Windows color (decimal): -9992315 or 8750951. OLE color: 8750951.

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

Color convert

RGB 103 135 133 -
CMYK 0.24 0 0.01 0.47
HSL 176.25º 0.13% 0.47% -
HSV(B) 176.25º 0.24% 0.53% -
XYZ 18.49 21.9 25.44 -
YUV 125.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 103 135 133 0.24 0 0.01 0.47 176.25 0.13 0.47
Hex 67 87 85 18 0 1 2F B0 D 2F
Octal 147 207 205 30 0 1 57 260 15 57
Binary 1100111 10000111 10000101 11000 0 1 101111 10110000 1101 101111

Color Harmonies of #678785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678785

Black with #678785

Text Example


Text Example

White with #678785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678785; }

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

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

background-color css

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

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

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

border-color css

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

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

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