Html Css Color HEX #766F5E Pablo

📋 copy color: '#766F5E'

red 118 ◦ green 111 ◦ blue 94

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

Shades of Pablo #766F5E

Tints of Pablo #766F5E

RGB

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

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

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

R = 36.53%
G = 34.37%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#766F5E (or 0x766F5E) is known color: Pablo. HEX triplet: 76, 6F and 5E. RGB value is (118,111,94). Sum of RGB (Red+Green+Blue) = 118+111+94=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F5E is #8990A1. Grayscale: #6F6F6F. Windows color (decimal): -9015458 or 6188918. OLE color: 6188918.

HSL color Cylindrical-coordinate representation of color #766F5E: hue angle of 42.5º 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 #766F5E is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 94 -
CMYK 0 0.06 0.20 0.54
HSL 42.5º 0.11% 0.42% -
HSV(B) 42.5º 0.2% 0.46% -
XYZ 15.18 16.03 12.88 -
YUV 111.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 118 111 94 0 0.06 0.20 0.54 42.5 0.11 0.42
Hex 76 6F 5E 0 6 14 36 2A B 2A
Octal 166 157 136 0 6 24 66 52 13 52
Binary 1110110 1101111 1011110 0 110 10100 110110 101010 1011 101010

Color Harmonies of #766F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F5E

Black with #766F5E

Text Example


Text Example

White with #766F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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