Html Css Color HEX #768783 Gumbo

📋 copy color: '#768783'

red 118 ◦ green 135 ◦ blue 131

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

Shades of Gumbo #768783

Tints of Gumbo #768783

RGB

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

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

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

R = 30.73%
G = 35.16%
B = 34.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#768783 (or 0x768783) is known color: Gumbo. HEX triplet: 76, 87 and 83. RGB value is (118,135,131). Sum of RGB (Red+Green+Blue) = 118+135+131=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #768783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768783 is #89787C. Grayscale: #818181. Windows color (decimal): -9009277 or 8619894. OLE color: 8619894.

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

Color convert

RGB 118 135 131 -
CMYK 0.13 0 0.03 0.47
HSL 165.88º 0.07% 0.5% -
HSV(B) 165.88º 0.13% 0.53% -
XYZ 20.23 22.82 24.81 -
YUV 129.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 118 135 131 0.13 0 0.03 0.47 165.88 0.07 0.5
Hex 76 87 83 D 0 3 2F A6 7 32
Octal 166 207 203 15 0 3 57 246 7 62
Binary 1110110 10000111 10000011 1101 0 11 101111 10100110 111 110010

Color Harmonies of #768783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768783

Black with #768783

Text Example


Text Example

White with #768783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768783; }

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

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

background-color css

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

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

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

border-color css

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

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

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