Html Css Color HEX #767165 Pablo

📋 copy color: '#767165'

red 118 ◦ green 113 ◦ blue 101

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

Shades of Pablo #767165

Tints of Pablo #767165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 35.54%
G = 34.04%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#767165 (or 0x767165) is known color: Pablo. HEX triplet: 76, 71 and 65. RGB value is (118,113,101). Sum of RGB (Red+Green+Blue) = 118+113+101=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #767165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767165 is #898E9A. Grayscale: #717171. Windows color (decimal): -9014939 or 6648182. OLE color: 6648182.

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

Color convert

RGB 118 113 101 -
CMYK 0 0.04 0.14 0.54
HSL 42.35º 0.08% 0.43% -
HSV(B) 42.35º 0.14% 0.46% -
XYZ 15.73 16.6 14.69 -
YUV 113.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 118 113 101 0 0.04 0.14 0.54 42.35 0.08 0.43
Hex 76 71 65 0 4 E 36 2A 8 2B
Octal 166 161 145 0 4 16 66 52 10 53
Binary 1110110 1110001 1100101 0 100 1110 110110 101010 1000 101011

Color Harmonies of #767165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767165

Black with #767165

Text Example


Text Example

White with #767165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767165; }

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

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

background-color css

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

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

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

border-color css

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

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

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