Html Css Color HEX #767064 Pablo

📋 copy color: '#767064'

red 118 ◦ green 112 ◦ blue 100

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

Shades of Pablo #767064

Tints of Pablo #767064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 35.76%
G = 33.94%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#767064 (or 0x767064) is known color: Pablo. HEX triplet: 76, 70 and 64. RGB value is (118,112,100). Sum of RGB (Red+Green+Blue) = 118+112+100=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #767064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767064 is #898F9B. Grayscale: #707070. Windows color (decimal): -9015196 or 6582390. OLE color: 6582390.

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

Color convert

RGB 118 112 100 -
CMYK 0 0.05 0.15 0.54
HSL 40º 0.08% 0.43% -
HSV(B) 40º 0.15% 0.46% -
XYZ 15.57 16.36 14.39 -
YUV 112.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 118 112 100 0 0.05 0.15 0.54 40 0.08 0.43
Hex 76 70 64 0 5 F 36 28 8 2B
Octal 166 160 144 0 5 17 66 50 10 53
Binary 1110110 1110000 1100100 0 101 1111 110110 101000 1000 101011

Color Harmonies of #767064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767064

Black with #767064

Text Example


Text Example

White with #767064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767064; }

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

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

background-color css

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

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

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

border-color css

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

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

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