Html Css Color HEX #766D58 Pablo

📋 copy color: '#766D58'

red 118 ◦ green 109 ◦ blue 88

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

Shades of Pablo #766D58

Tints of Pablo #766D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.94%

R = 37.46%
G = 34.6%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766D58 (or 0x766D58) is known color: Pablo. HEX triplet: 76, 6D and 58. RGB value is (118,109,88). Sum of RGB (Red+Green+Blue) = 118+109+88=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D58 is #8992A7. Grayscale: #6D6D6D. Windows color (decimal): -9015976 or 5795190. OLE color: 5795190.

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

Color convert

RGB 118 109 88 -
CMYK 0 0.08 0.25 0.54
HSL 42º 0.15% 0.4% -
HSV(B) 42º 0.25% 0.46% -
XYZ 14.7 15.49 11.45 -
YUV 109.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 118 109 88 0 0.08 0.25 0.54 42 0.15 0.4
Hex 76 6D 58 0 8 19 36 2A F 28
Octal 166 155 130 0 10 31 66 52 17 50
Binary 1110110 1101101 1011000 0 1000 11001 110110 101010 1111 101000

Color Harmonies of #766D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D58

Black with #766D58

Text Example


Text Example

White with #766D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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