Html Css Color HEX #766D5C Pablo

📋 copy color: '#766D5C'

red 118 ◦ green 109 ◦ blue 92

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

Shades of Pablo #766D5C

Tints of Pablo #766D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 36.99%
G = 34.17%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#766D5C (or 0x766D5C) is known color: Pablo. HEX triplet: 76, 6D and 5C. RGB value is (118,109,92). Sum of RGB (Red+Green+Blue) = 118+109+92=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D5C is #8992A3. Grayscale: #6D6D6D. Windows color (decimal): -9015972 or 6057334. OLE color: 6057334.

HSL color Cylindrical-coordinate representation of color #766D5C: hue angle of 39.23º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766D5C is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 92 -
CMYK 0 0.08 0.22 0.54
HSL 39.23º 0.12% 0.41% -
HSV(B) 39.23º 0.22% 0.46% -
XYZ 14.87 15.56 12.35 -
YUV 109.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 118 109 92 0 0.08 0.22 0.54 39.23 0.12 0.41
Hex 76 6D 5C 0 8 16 36 27 C 29
Octal 166 155 134 0 10 26 66 47 14 51
Binary 1110110 1101101 1011100 0 1000 10110 110110 100111 1100 101001

Color Harmonies of #766D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D5C

Black with #766D5C

Text Example


Text Example

White with #766D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,92); }

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

background-color css

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

 a { background-color: rgb(118,109,92); }

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

border-color css

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

 span { border-color: rgb(118,109,92); }

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