Html Css Color HEX #766F60 Pablo

📋 copy color: '#766F60'

red 118 ◦ green 111 ◦ blue 96

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

Shades of Pablo #766F60

Tints of Pablo #766F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 36.31%
G = 34.15%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766F60 (or 0x766F60) is known color: Pablo. HEX triplet: 76, 6F and 60. RGB value is (118,111,96). Sum of RGB (Red+Green+Blue) = 118+111+96=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #766F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F60 is #89909F. Grayscale: #6F6F6F. Windows color (decimal): -9015456 or 6319990. OLE color: 6319990.

HSL color Cylindrical-coordinate representation of color #766F60: hue angle of 40.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766F60 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 96 -
CMYK 0 0.06 0.19 0.54
HSL 40.91º 0.1% 0.42% -
HSV(B) 40.91º 0.19% 0.46% -
XYZ 15.27 16.06 13.36 -
YUV 111.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 118 111 96 0 0.06 0.19 0.54 40.91 0.1 0.42
Hex 76 6F 60 0 6 13 36 29 A 2A
Octal 166 157 140 0 6 23 66 51 12 52
Binary 1110110 1101111 1100000 0 110 10011 110110 101001 1010 101010

Color Harmonies of #766F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F60

Black with #766F60

Text Example


Text Example

White with #766F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,96); }

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

background-color css

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

 a { background-color: rgb(118,111,96); }

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

border-color css

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

 span { border-color: rgb(118,111,96); }

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