Html Css Color HEX #746F65 Pablo

📋 copy color: '#746F65'

red 116 ◦ green 111 ◦ blue 101

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

Shades of Pablo #746F65

Tints of Pablo #746F65

RGB

 RED value IS 116 (45.7% from 255) = 35.37%

 GREEN value IS 111 (43.75% from 255) = 33.84%

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

R = 35.37%
G = 33.84%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#746F65 (or 0x746F65) is known color: Pablo. HEX triplet: 74, 6F and 65. RGB value is (116,111,101). Sum of RGB (Red+Green+Blue) = 116+111+101=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #746F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F65 is #8B909A. Grayscale: #6F6F6F. Windows color (decimal): -9146523 or 6647668. OLE color: 6647668.

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

Color convert

RGB 116 111 101 -
CMYK 0 0.04 0.13 0.55
HSL 40º 0.07% 0.43% -
HSV(B) 40º 0.13% 0.45% -
XYZ 15.24 16.02 14.6 -
YUV 111.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 116 111 101 0 0.04 0.13 0.55 40 0.07 0.43
Hex 74 6F 65 0 4 D 37 28 7 2B
Octal 164 157 145 0 4 15 67 50 7 53
Binary 1110100 1101111 1100101 0 100 1101 110111 101000 111 101011

Color Harmonies of #746F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F65

Black with #746F65

Text Example


Text Example

White with #746F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F65; }

 p { color: rgb(116,111,101); }

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

background-color css

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

 a { background-color: rgb(116,111,101); }

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

border-color css

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

 span { border-color: rgb(116,111,101); }

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