Html Css Color HEX #766E5D Pablo

📋 copy color: '#766E5D'

red 118 ◦ green 110 ◦ blue 93

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

Shades of Pablo #766E5D

Tints of Pablo #766E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 36.76%
G = 34.27%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#766E5D (or 0x766E5D) is known color: Pablo. HEX triplet: 76, 6E and 5D. RGB value is (118,110,93). Sum of RGB (Red+Green+Blue) = 118+110+93=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E5D is #8991A2. Grayscale: #6E6E6E. Windows color (decimal): -9015715 or 6123126. OLE color: 6123126.

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

Color convert

RGB 118 110 93 -
CMYK 0 0.07 0.21 0.54
HSL 40.8º 0.12% 0.41% -
HSV(B) 40.8º 0.21% 0.46% -
XYZ 15.02 15.79 12.61 -
YUV 110.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 118 110 93 0 0.07 0.21 0.54 40.8 0.12 0.41
Hex 76 6E 5D 0 7 15 36 29 C 29
Octal 166 156 135 0 7 25 66 51 14 51
Binary 1110110 1101110 1011101 0 111 10101 110110 101001 1100 101001

Color Harmonies of #766E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E5D

Black with #766E5D

Text Example


Text Example

White with #766E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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