Html Css Color HEX #767061 Pablo

📋 copy color: '#767061'

red 118 ◦ green 112 ◦ blue 97

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

Shades of Pablo #767061

Tints of Pablo #767061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 36.09%
G = 34.25%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#767061 (or 0x767061) is known color: Pablo. HEX triplet: 76, 70 and 61. RGB value is (118,112,97). Sum of RGB (Red+Green+Blue) = 118+112+97=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #767061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767061 is #898F9E. Grayscale: #707070. Windows color (decimal): -9015199 or 6385782. OLE color: 6385782.

HSL color Cylindrical-coordinate representation of color #767061: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767061 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 97 -
CMYK 0 0.05 0.18 0.54
HSL 42.86º 0.1% 0.42% -
HSV(B) 42.86º 0.18% 0.46% -
XYZ 15.42 16.3 13.64 -
YUV 112.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 118 112 97 0 0.05 0.18 0.54 42.86 0.1 0.42
Hex 76 70 61 0 5 12 36 2B A 2A
Octal 166 160 141 0 5 22 66 53 12 52
Binary 1110110 1110000 1100001 0 101 10010 110110 101011 1010 101010

Color Harmonies of #767061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767061

Black with #767061

Text Example


Text Example

White with #767061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767061; }

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

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

background-color css

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

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

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

border-color css

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

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

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