Html Css Color HEX #608785 Gumbo

📋 copy color: '#608785'

red 96 ◦ green 135 ◦ blue 133

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

Shades of Gumbo #608785

Tints of Gumbo #608785

RGB

 RED value IS 96 (37.89% from 255) = 26.37%

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

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

R = 26.37%
G = 37.09%
B = 36.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#608785 (or 0x608785) is known color: Gumbo. HEX triplet: 60, 87 and 85. RGB value is (96,135,133). Sum of RGB (Red+Green+Blue) = 96+135+133=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #608785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608785 is #9F787A. Grayscale: #7B7B7B. Windows color (decimal): -10451067 or 8750944. OLE color: 8750944.

HSL color Cylindrical-coordinate representation of color #608785: hue angle of 176.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608785 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 133 -
CMYK 0.29 0 0.01 0.47
HSL 176.92º 0.17% 0.45% -
HSV(B) 176.92º 0.29% 0.53% -
XYZ 17.72 21.51 25.41 -
YUV 123.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 96 135 133 0.29 0 0.01 0.47 176.92 0.17 0.45
Hex 60 87 85 1D 0 1 2F B1 11 2D
Octal 140 207 205 35 0 1 57 261 21 55
Binary 1100000 10000111 10000101 11101 0 1 101111 10110001 10001 101101

Color Harmonies of #608785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608785

Black with #608785

Text Example


Text Example

White with #608785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608785; }

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

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

background-color css

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

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

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

border-color css

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

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

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