Html Css Color HEX #766F61 Pablo

📋 copy color: '#766F61'

red 118 ◦ green 111 ◦ blue 97

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

Shades of Pablo #766F61

Tints of Pablo #766F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 36.2%
G = 34.05%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766F61 (or 0x766F61) is known color: Pablo. HEX triplet: 76, 6F and 61. RGB value is (118,111,97). Sum of RGB (Red+Green+Blue) = 118+111+97=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F61 is #89909E. Grayscale: #6F6F6F. Windows color (decimal): -9015455 or 6385526. OLE color: 6385526.

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

Color convert

RGB 118 111 97 -
CMYK 0 0.06 0.18 0.54
HSL 40º 0.1% 0.42% -
HSV(B) 40º 0.18% 0.46% -
XYZ 15.31 16.08 13.61 -
YUV 111.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 118 111 97 0 0.06 0.18 0.54 40 0.1 0.42
Hex 76 6F 61 0 6 12 36 28 A 2A
Octal 166 157 141 0 6 22 66 50 12 52
Binary 1110110 1101111 1100001 0 110 10010 110110 101000 1010 101010

Color Harmonies of #766F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F61

Black with #766F61

Text Example


Text Example

White with #766F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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