Html Css Color HEX #766E5B Pablo

📋 copy color: '#766E5B'

red 118 ◦ green 110 ◦ blue 91

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

Shades of Pablo #766E5B

Tints of Pablo #766E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 36.99%
G = 34.48%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#766E5B (or 0x766E5B) is known color: Pablo. HEX triplet: 76, 6E and 5B. RGB value is (118,110,91). Sum of RGB (Red+Green+Blue) = 118+110+91=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E5B is #8991A4. Grayscale: #6E6E6E. Windows color (decimal): -9015717 or 5992054. OLE color: 5992054.

HSL color Cylindrical-coordinate representation of color #766E5B: hue angle of 42.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766E5B is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 91 -
CMYK 0 0.07 0.23 0.54
HSL 42.22º 0.13% 0.41% -
HSV(B) 42.22º 0.23% 0.46% -
XYZ 14.94 15.76 12.15 -
YUV 110.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 118 110 91 0 0.07 0.23 0.54 42.22 0.13 0.41
Hex 76 6E 5B 0 7 17 36 2A D 29
Octal 166 156 133 0 7 27 66 52 15 51
Binary 1110110 1101110 1011011 0 111 10111 110110 101010 1101 101001

Color Harmonies of #766E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E5B

Black with #766E5B

Text Example


Text Example

White with #766E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E5B; }

 p { color: rgb(118,110,91); }

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

background-color css

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

 a { background-color: rgb(118,110,91); }

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

border-color css

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

 span { border-color: rgb(118,110,91); }

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