Html Css Color HEX #766F5F Pablo

📋 copy color: '#766F5F'

red 118 ◦ green 111 ◦ blue 95

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

Shades of Pablo #766F5F

Tints of Pablo #766F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 36.42%
G = 34.26%
B = 29.32%

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

#766F5F (or 0x766F5F) is known color: Pablo. HEX triplet: 76, 6F and 5F. RGB value is (118,111,95). Sum of RGB (Red+Green+Blue) = 118+111+95=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #766F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F5F is #8990A0. Grayscale: #6F6F6F. Windows color (decimal): -9015457 or 6254454. OLE color: 6254454.

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

Color convert

RGB 118 111 95 -
CMYK 0 0.06 0.19 0.54
HSL 41.74º 0.11% 0.42% -
HSV(B) 41.74º 0.19% 0.46% -
XYZ 15.22 16.05 13.12 -
YUV 111.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 118 111 95 0 0.06 0.19 0.54 41.74 0.11 0.42
Hex 76 6F 5F 0 6 13 36 2A B 2A
Octal 166 157 137 0 6 23 66 52 13 52
Binary 1110110 1101111 1011111 0 110 10011 110110 101010 1011 101010

Color Harmonies of #766F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F5F

Black with #766F5F

Text Example


Text Example

White with #766F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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