Html Css Color HEX #746558 Pine Cone

📋 copy color: '#746558'

red 116 ◦ green 101 ◦ blue 88

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

Shades of Pine Cone #746558

Tints of Pine Cone #746558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 88 (34.77% from 255) = 28.85%

R = 38.03%
G = 33.11%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#746558 (or 0x746558) is known color: Pine Cone. HEX triplet: 74, 65 and 58. RGB value is (116,101,88). Sum of RGB (Red+Green+Blue) = 116+101+88=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #746558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746558 is #8B9AA7. Grayscale: #686868. Windows color (decimal): -9149096 or 5793140. OLE color: 5793140.

HSL color Cylindrical-coordinate representation of color #746558: hue angle of 27.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746558 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 88 -
CMYK 0 0.13 0.24 0.55
HSL 27.86º 0.14% 0.4% -
HSV(B) 27.86º 0.24% 0.45% -
XYZ 13.62 13.72 11.16 -
YUV 104 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 116 101 88 0 0.13 0.24 0.55 27.86 0.14 0.4
Hex 74 65 58 0 D 18 37 1C E 28
Octal 164 145 130 0 15 30 67 34 16 50
Binary 1110100 1100101 1011000 0 1101 11000 110111 11100 1110 101000

Color Harmonies of #746558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746558

Black with #746558

Text Example


Text Example

White with #746558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746558; }

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

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

background-color css

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

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

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

border-color css

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

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

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