Html Css Color HEX #767167 Pablo

📋 copy color: '#767167'

red 118 ◦ green 113 ◦ blue 103

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

Shades of Pablo #767167

Tints of Pablo #767167

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 35.33%
G = 33.83%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#767167 (or 0x767167) is known color: Pablo. HEX triplet: 76, 71 and 67. RGB value is (118,113,103). Sum of RGB (Red+Green+Blue) = 118+113+103=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #767167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767167 is #898E98. Grayscale: #717171. Windows color (decimal): -9014937 or 6779254. OLE color: 6779254.

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

Color convert

RGB 118 113 103 -
CMYK 0 0.04 0.13 0.54
HSL 40º 0.07% 0.43% -
HSV(B) 40º 0.13% 0.46% -
XYZ 15.82 16.64 15.21 -
YUV 113.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 118 113 103 0 0.04 0.13 0.54 40 0.07 0.43
Hex 76 71 67 0 4 D 36 28 7 2B
Octal 166 161 147 0 4 15 66 50 7 53
Binary 1110110 1110001 1100111 0 100 1101 110110 101000 111 101011

Color Harmonies of #767167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767167

Black with #767167

Text Example


Text Example

White with #767167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767167; }

 p { color: rgb(118,113,103); }

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

background-color css

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

 a { background-color: rgb(118,113,103); }

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

border-color css

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

 span { border-color: rgb(118,113,103); }

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