Html Css Color HEX #766E5A Pablo

📋 copy color: '#766E5A'

red 118 ◦ green 110 ◦ blue 90

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

Shades of Pablo #766E5A

Tints of Pablo #766E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 37.11%
G = 34.59%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#766E5A (or 0x766E5A) is known color: Pablo. HEX triplet: 76, 6E and 5A. RGB value is (118,110,90). Sum of RGB (Red+Green+Blue) = 118+110+90=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E5A is #8991A5. Grayscale: #6E6E6E. Windows color (decimal): -9015718 or 5926518. OLE color: 5926518.

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

Color convert

RGB 118 110 90 -
CMYK 0 0.07 0.24 0.54
HSL 42.86º 0.13% 0.41% -
HSV(B) 42.86º 0.24% 0.46% -
XYZ 14.89 15.74 11.93 -
YUV 110.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 118 110 90 0 0.07 0.24 0.54 42.86 0.13 0.41
Hex 76 6E 5A 0 7 18 36 2B D 29
Octal 166 156 132 0 7 30 66 53 15 51
Binary 1110110 1101110 1011010 0 111 11000 110110 101011 1101 101001

Color Harmonies of #766E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E5A

Black with #766E5A

Text Example


Text Example

White with #766E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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