Html Css Color HEX #767060 Pablo

📋 copy color: '#767060'

red 118 ◦ green 112 ◦ blue 96

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

Shades of Pablo #767060

Tints of Pablo #767060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 36.2%
G = 34.36%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#767060 (or 0x767060) is known color: Pablo. HEX triplet: 76, 70 and 60. RGB value is (118,112,96). Sum of RGB (Red+Green+Blue) = 118+112+96=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #767060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767060 is #898F9F. Grayscale: #707070. Windows color (decimal): -9015200 or 6320246. OLE color: 6320246.

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

Color convert

RGB 118 112 96 -
CMYK 0 0.05 0.19 0.54
HSL 43.64º 0.1% 0.42% -
HSV(B) 43.64º 0.19% 0.46% -
XYZ 15.38 16.28 13.4 -
YUV 111.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 118 112 96 0 0.05 0.19 0.54 43.64 0.1 0.42
Hex 76 70 60 0 5 13 36 2C A 2A
Octal 166 160 140 0 5 23 66 54 12 52
Binary 1110110 1110000 1100000 0 101 10011 110110 101100 1010 101010

Color Harmonies of #767060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767060

Black with #767060

Text Example


Text Example

White with #767060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767060; }

 p { color: rgb(118,112,96); }

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

background-color css

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

 a { background-color: rgb(118,112,96); }

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

border-color css

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

 span { border-color: rgb(118,112,96); }

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