Html Css Color HEX #766E5E Pablo

📋 copy color: '#766E5E'

red 118 ◦ green 110 ◦ blue 94

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

Shades of Pablo #766E5E

Tints of Pablo #766E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 36.65%
G = 34.16%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#766E5E (or 0x766E5E) is known color: Pablo. HEX triplet: 76, 6E and 5E. RGB value is (118,110,94). Sum of RGB (Red+Green+Blue) = 118+110+94=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E5E is #8991A1. Grayscale: #6E6E6E. Windows color (decimal): -9015714 or 6188662. OLE color: 6188662.

HSL color Cylindrical-coordinate representation of color #766E5E: hue angle of 40º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766E5E is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 94 -
CMYK 0 0.07 0.20 0.54
HSL 40º 0.11% 0.42% -
HSV(B) 40º 0.2% 0.46% -
XYZ 15.07 15.81 12.85 -
YUV 110.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 118 110 94 0 0.07 0.20 0.54 40 0.11 0.42
Hex 76 6E 5E 0 7 14 36 28 B 2A
Octal 166 156 136 0 7 24 66 50 13 52
Binary 1110110 1101110 1011110 0 111 10100 110110 101000 1011 101010

Color Harmonies of #766E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E5E

Black with #766E5E

Text Example


Text Example

White with #766E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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