Html Css Color HEX #746F63 Pablo

📋 copy color: '#746F63'

red 116 ◦ green 111 ◦ blue 99

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

Shades of Pablo #746F63

Tints of Pablo #746F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 35.58%
G = 34.05%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#746F63 (or 0x746F63) is known color: Pablo. HEX triplet: 74, 6F and 63. RGB value is (116,111,99). Sum of RGB (Red+Green+Blue) = 116+111+99=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #746F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F63 is #8B909C. Grayscale: #6F6F6F. Windows color (decimal): -9146525 or 6516596. OLE color: 6516596.

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

Color convert

RGB 116 111 99 -
CMYK 0 0.04 0.15 0.55
HSL 42.35º 0.08% 0.42% -
HSV(B) 42.35º 0.15% 0.45% -
XYZ 15.14 15.98 14.09 -
YUV 111.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 116 111 99 0 0.04 0.15 0.55 42.35 0.08 0.42
Hex 74 6F 63 0 4 F 37 2A 8 2A
Octal 164 157 143 0 4 17 67 52 10 52
Binary 1110100 1101111 1100011 0 100 1111 110111 101010 1000 101010

Color Harmonies of #746F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F63

Black with #746F63

Text Example


Text Example

White with #746F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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