Html Css Color HEX #768883 Gumbo

📋 copy color: '#768883'

red 118 ◦ green 136 ◦ blue 131

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

Shades of Gumbo #768883

Tints of Gumbo #768883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 30.65%
G = 35.32%
B = 34.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#768883 (or 0x768883) is known color: Gumbo. HEX triplet: 76, 88 and 83. RGB value is (118,136,131). Sum of RGB (Red+Green+Blue) = 118+136+131=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #768883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768883 is #89777C. Grayscale: #828282. Windows color (decimal): -9009021 or 8620150. OLE color: 8620150.

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

Color convert

RGB 118 136 131 -
CMYK 0.13 0 0.04 0.47
HSL 163.33º 0.07% 0.5% -
HSV(B) 163.33º 0.13% 0.53% -
XYZ 20.37 23.1 24.86 -
YUV 130.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 118 136 131 0.13 0 0.04 0.47 163.33 0.07 0.5
Hex 76 88 83 D 0 4 2F A3 7 32
Octal 166 210 203 15 0 4 57 243 7 62
Binary 1110110 10001000 10000011 1101 0 100 101111 10100011 111 110010

Color Harmonies of #768883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768883

Black with #768883

Text Example


Text Example

White with #768883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768883; }

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

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

background-color css

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

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

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

border-color css

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

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

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