Html Css Color HEX #768A85 Gumbo

📋 copy color: '#768A85'

red 118 ◦ green 138 ◦ blue 133

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

Shades of Gumbo #768A85

Tints of Gumbo #768A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

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

R = 30.33%
G = 35.48%
B = 34.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#768A85 (or 0x768A85) is known color: Gumbo. HEX triplet: 76, 8A and 85. RGB value is (118,138,133). Sum of RGB (Red+Green+Blue) = 118+138+133=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 138 - color contains mainly: green. Hex color #768A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A85 is #89757A. Grayscale: #838383. Windows color (decimal): -9008507 or 8751734. OLE color: 8751734.

HSL color Cylindrical-coordinate representation of color #768A85: hue angle of 165º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768A85 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 138 133 -
CMYK 0.14 0 0.04 0.46
HSL 165º 0.08% 0.5% -
HSV(B) 165º 0.14% 0.54% -
XYZ 20.79 23.72 25.67 -
YUV 131.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 118 138 133 0.14 0 0.04 0.46 165 0.08 0.5
Hex 76 8A 85 E 0 4 2E A5 8 32
Octal 166 212 205 16 0 4 56 245 10 62
Binary 1110110 10001010 10000101 1110 0 100 101110 10100101 1000 110010

Color Harmonies of #768A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A85

Black with #768A85

Text Example


Text Example

White with #768A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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