Html Css Color HEX #768885 Gumbo

📋 copy color: '#768885'

red 118 ◦ green 136 ◦ blue 133

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

Shades of Gumbo #768885

Tints of Gumbo #768885

RGB

 RED value IS 118 (46.48% from 255) = 30.49%

 GREEN value IS 136 (53.52% from 255) = 35.14%

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

R = 30.49%
G = 35.14%
B = 34.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#768885 (or 0x768885) is known color: Gumbo. HEX triplet: 76, 88 and 85. RGB value is (118,136,133). Sum of RGB (Red+Green+Blue) = 118+136+133=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #768885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768885 is #89777A. Grayscale: #828282. Windows color (decimal): -9009019 or 8751222. OLE color: 8751222.

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

Color convert

RGB 118 136 133 -
CMYK 0.13 0 0.02 0.47
HSL 170º 0.07% 0.5% -
HSV(B) 170º 0.13% 0.53% -
XYZ 20.51 23.15 25.58 -
YUV 130.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 118 136 133 0.13 0 0.02 0.47 170 0.07 0.5
Hex 76 88 85 D 0 2 2F AA 7 32
Octal 166 210 205 15 0 2 57 252 7 62
Binary 1110110 10001000 10000101 1101 0 10 101111 10101010 111 110010

Color Harmonies of #768885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768885

Black with #768885

Text Example


Text Example

White with #768885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768885; }

 p { color: rgb(118,136,133); }

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

background-color css

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

 a { background-color: rgb(118,136,133); }

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

border-color css

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

 span { border-color: rgb(118,136,133); }

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