Html Css Color HEX #766F62 Pablo

📋 copy color: '#766F62'

red 118 ◦ green 111 ◦ blue 98

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

Shades of Pablo #766F62

Tints of Pablo #766F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 36.09%
G = 33.94%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#766F62 (or 0x766F62) is known color: Pablo. HEX triplet: 76, 6F and 62. RGB value is (118,111,98). Sum of RGB (Red+Green+Blue) = 118+111+98=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #766F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F62 is #89909D. Grayscale: #6F6F6F. Windows color (decimal): -9015454 or 6451062. OLE color: 6451062.

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

Color convert

RGB 118 111 98 -
CMYK 0 0.06 0.17 0.54
HSL 39º 0.09% 0.42% -
HSV(B) 39º 0.17% 0.46% -
XYZ 15.36 16.1 13.85 -
YUV 111.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 118 111 98 0 0.06 0.17 0.54 39 0.09 0.42
Hex 76 6F 62 0 6 11 36 27 9 2A
Octal 166 157 142 0 6 21 66 47 11 52
Binary 1110110 1101111 1100010 0 110 10001 110110 100111 1001 101010

Color Harmonies of #766F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F62

Black with #766F62

Text Example


Text Example

White with #766F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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